Home
last modified time | relevance | path

Searched refs:pstReachesConsole (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c646 static short pstReachesConsole(PerStreamTags *ppst){ in pstReachesConsole() function
650 # define pstReachesConsole(ppst) 0 macro
655 if( pstReachesConsole(ppst) ) SetConsoleMode(ppst->hx, ppst->consMode); in restoreConsoleArb()
710 if( pstReachesConsole(ppst) ){ in maybeSetupAsConsole()
941 if( pstReachesConsole(ppst) ){ in oPrintfUtf8()
966 if( pstReachesConsole(ppst) ){ in ePrintfUtf8()
990 if( pstReachesConsole(ppst) ){ in fPrintfUtf8()
1013 if( pstReachesConsole(ppst) ){ in fPutsUtf8()
1037 if( pstReachesConsole(ppst) ) return conZstrEmit(ppst, z, (int)strlen(z)); in ePutsUtf8()
1056 if( pstReachesConsole(ppst) ) return conZstrEmit(ppst, z, (int)strlen(z)); in oPutsUtf8()
[all …]