Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c644 static short pstReachesConsole(PerStreamTags *ppst){ in pstReachesConsole() function
648 # define pstReachesConsole(ppst) 0 macro
653 if( pstReachesConsole(ppst) ) SetConsoleMode(ppst->hx, ppst->consMode); in restoreConsoleArb()
712 if( pstReachesConsole(ppst) ){ in maybeSetupAsConsole()
943 if( pstReachesConsole(ppst) ){ in oPrintfUtf8()
968 if( pstReachesConsole(ppst) ){ in ePrintfUtf8()
992 if( pstReachesConsole(ppst) ){ in fPrintfUtf8()
1015 if( pstReachesConsole(ppst) ){ in fPutsUtf8()
1039 if( pstReachesConsole(ppst) ) return conZstrEmit(ppst, z, (int)strlen(z)); in ePutsUtf8()
1058 if( pstReachesConsole(ppst) ) return conZstrEmit(ppst, z, (int)strlen(z)); in oPutsUtf8()
[all …]