Lines Matching defs:ppst

646 static short pstReachesConsole(PerStreamTags *ppst){  in pstReachesConsole()
650 # define pstReachesConsole(ppst) 0 argument
654 static void restoreConsoleArb(PerStreamTags *ppst){ in restoreConsoleArb()
658 # define restoreConsoleArb(ppst) argument
662 static short streamOfConsole(FILE *pf, /* out */ PerStreamTags *ppst){ in streamOfConsole()
696 static short isValidStreamInfo(PerStreamTags *ppst){ in isValidStreamInfo()
709 static void maybeSetupAsConsole(PerStreamTags *ppst, short odir){ in maybeSetupAsConsole()
716 # define maybeSetupAsConsole(ppst,odir) argument
723 PerStreamTags *ppst = (ix<3)? in consoleRenewSetup() local
737 PerStreamTags *ppst = &consoleInfo.pstSetup[ix]; in consoleClassifySetup() local
756 PerStreamTags *ppst = &pci->pstSetup[ix]; in consoleRestore() local
806 PerStreamTags *ppst = isKnownWritable(pf); in designateEmitStream() local
852 static int conZstrEmit(PerStreamTags *ppst, const char *z, int ncTake){ in conZstrEmit()
874 static int conioVmPrintf(PerStreamTags *ppst, const char *zFormat, va_list ap){ in conioVmPrintf()
886 PerStreamTags *ppst){ in getDesignatedEmitStream()
903 getEmitStreamInfo(unsigned chix, PerStreamTags *ppst, in getEmitStreamInfo()
934 PerStreamTags *ppst = getEmitStreamInfo(1, &pst, &pfOut); in oPrintfUtf8() local
959 PerStreamTags *ppst = getEmitStreamInfo(2, &pst, &pfErr); in ePrintfUtf8() local
983 PerStreamTags *ppst = getEmitStreamInfo(0, &pst, &pfO); in fPrintfUtf8() local
1007 PerStreamTags *ppst = getEmitStreamInfo(0, &pst, &pfO); in fPutsUtf8() local
1031 PerStreamTags *ppst = getEmitStreamInfo(2, &pst, &pfErr); in ePutsUtf8() local
1050 PerStreamTags *ppst = getEmitStreamInfo(1, &pst, &pfOut); in oPutsUtf8() local
1111 PerStreamTags *ppst = getEmitStreamInfo(0, &pst, &pfO); in fPutbUtf8() local
1132 PerStreamTags *ppst = getEmitStreamInfo(1, &pst, &pfOut); in oPutbUtf8() local
1152 PerStreamTags *ppst = getEmitStreamInfo(2, &pst, &pfErr); in ePutbUtf8() local