Home
last modified time | relevance | path

Searched refs:ppst (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() argument
647 return (ppst->hx != INVALID_HANDLE_VALUE); in pstReachesConsole()
650 # define pstReachesConsole(ppst) 0 argument
654 static void restoreConsoleArb(PerStreamTags *ppst){ in restoreConsoleArb() argument
655 if( pstReachesConsole(ppst) ) SetConsoleMode(ppst->hx, ppst->consMode); in restoreConsoleArb()
658 # define restoreConsoleArb(ppst) argument
662 static short streamOfConsole(FILE *pf, /* out */ PerStreamTags *ppst){ in streamOfConsole() argument
667 ppst->pf = pf; in streamOfConsole()
671 ppst->hx = (rv)? fh : INVALID_HANDLE_VALUE; in streamOfConsole()
672 ppst->consMode = dwCM; in streamOfConsole()
[all …]