Searched refs:ppst (Results 1 – 1 of 1) sorted by relevance
646 static short pstReachesConsole(PerStreamTags *ppst){ in pstReachesConsole() argument647 return (ppst->hx != INVALID_HANDLE_VALUE); in pstReachesConsole()650 # define pstReachesConsole(ppst) 0 argument654 static void restoreConsoleArb(PerStreamTags *ppst){ in restoreConsoleArb() argument655 if( pstReachesConsole(ppst) ) SetConsoleMode(ppst->hx, ppst->consMode); in restoreConsoleArb()658 # define restoreConsoleArb(ppst) argument662 static short streamOfConsole(FILE *pf, /* out */ PerStreamTags *ppst){ in streamOfConsole() argument667 ppst->pf = pf; in streamOfConsole()671 ppst->hx = (rv)? fh : INVALID_HANDLE_VALUE; in streamOfConsole()672 ppst->consMode = dwCM; in streamOfConsole()[all …]