Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c644 static short pstReachesConsole(PerStreamTags *ppst){ in pstReachesConsole() argument
645 return (ppst->hx != INVALID_HANDLE_VALUE); in pstReachesConsole()
648 # define pstReachesConsole(ppst) 0 argument
652 static void restoreConsoleArb(PerStreamTags *ppst){ in restoreConsoleArb() argument
653 if( pstReachesConsole(ppst) ) SetConsoleMode(ppst->hx, ppst->consMode); in restoreConsoleArb()
656 # define restoreConsoleArb(ppst) argument
660 static short streamOfConsole(FILE *pf, /* out */ PerStreamTags *ppst){ in streamOfConsole() argument
665 ppst->pf = pf; in streamOfConsole()
669 ppst->hx = (rv)? fh : INVALID_HANDLE_VALUE; in streamOfConsole()
670 ppst->consMode = dwCM; in streamOfConsole()
[all …]