Lines Matching defs:ppst

644 static short pstReachesConsole(PerStreamTags *ppst){  in pstReachesConsole()
648 # define pstReachesConsole(ppst) 0 argument
652 static void restoreConsoleArb(PerStreamTags *ppst){ in restoreConsoleArb()
656 # define restoreConsoleArb(ppst) argument
660 static short streamOfConsole(FILE *pf, /* out */ PerStreamTags *ppst){ in streamOfConsole()
698 static short isValidStreamInfo(PerStreamTags *ppst){ in isValidStreamInfo()
711 static void maybeSetupAsConsole(PerStreamTags *ppst, short odir){ in maybeSetupAsConsole()
718 # define maybeSetupAsConsole(ppst,odir) argument
725 PerStreamTags *ppst = (ix<3)? in consoleRenewSetup() local
739 PerStreamTags *ppst = &consoleInfo.pstSetup[ix]; in consoleClassifySetup() local
758 PerStreamTags *ppst = &pci->pstSetup[ix]; in consoleRestore() local
808 PerStreamTags *ppst = isKnownWritable(pf); in designateEmitStream() local
854 static int conZstrEmit(PerStreamTags *ppst, const char *z, int ncTake){ in conZstrEmit()
876 static int conioVmPrintf(PerStreamTags *ppst, const char *zFormat, va_list ap){ in conioVmPrintf()
888 PerStreamTags *ppst){ in getDesignatedEmitStream()
905 getEmitStreamInfo(unsigned chix, PerStreamTags *ppst, in getEmitStreamInfo()
936 PerStreamTags *ppst = getEmitStreamInfo(1, &pst, &pfOut); in oPrintfUtf8() local
961 PerStreamTags *ppst = getEmitStreamInfo(2, &pst, &pfErr); in ePrintfUtf8() local
985 PerStreamTags *ppst = getEmitStreamInfo(0, &pst, &pfO); in fPrintfUtf8() local
1009 PerStreamTags *ppst = getEmitStreamInfo(0, &pst, &pfO); in fPutsUtf8() local
1033 PerStreamTags *ppst = getEmitStreamInfo(2, &pst, &pfErr); in ePutsUtf8() local
1052 PerStreamTags *ppst = getEmitStreamInfo(1, &pst, &pfOut); in oPutsUtf8() local
1113 PerStreamTags *ppst = getEmitStreamInfo(0, &pst, &pfO); in fPutbUtf8() local
1134 PerStreamTags *ppst = getEmitStreamInfo(1, &pst, &pfOut); in oPutbUtf8() local
1154 PerStreamTags *ppst = getEmitStreamInfo(2, &pst, &pfErr); in ePutbUtf8() local