Searched refs:ppst (Results 1 – 1 of 1) sorted by relevance
644 static short pstReachesConsole(PerStreamTags *ppst){ in pstReachesConsole() argument645 return (ppst->hx != INVALID_HANDLE_VALUE); in pstReachesConsole()648 # define pstReachesConsole(ppst) 0 argument652 static void restoreConsoleArb(PerStreamTags *ppst){ in restoreConsoleArb() argument653 if( pstReachesConsole(ppst) ) SetConsoleMode(ppst->hx, ppst->consMode); in restoreConsoleArb()656 # define restoreConsoleArb(ppst) argument660 static short streamOfConsole(FILE *pf, /* out */ PerStreamTags *ppst){ in streamOfConsole() argument665 ppst->pf = pf; in streamOfConsole()669 ppst->hx = (rv)? fh : INVALID_HANDLE_VALUE; in streamOfConsole()670 ppst->consMode = dwCM; in streamOfConsole()[all …]