Lines Matching refs:pst
810 PerStreamTags pst = *ppst; in designateEmitStream() local
811 consoleInfo.pstDesignated[chix] = pst; in designateEmitStream()
934 PerStreamTags pst = PST_INITIALIZER; /* for unknown streams */ in oPrintfUtf8() local
936 PerStreamTags *ppst = getEmitStreamInfo(1, &pst, &pfOut); in oPrintfUtf8()
938 getEmitStreamInfo(1, &pst, &pfOut); in oPrintfUtf8()
959 PerStreamTags pst = PST_INITIALIZER; /* for unknown streams */ in ePrintfUtf8() local
961 PerStreamTags *ppst = getEmitStreamInfo(2, &pst, &pfErr); in ePrintfUtf8()
963 getEmitStreamInfo(2, &pst, &pfErr); in ePrintfUtf8()
983 PerStreamTags pst = PST_INITIALIZER; /* for unknown streams */ in fPrintfUtf8() local
985 PerStreamTags *ppst = getEmitStreamInfo(0, &pst, &pfO); in fPrintfUtf8()
987 getEmitStreamInfo(0, &pst, &pfO); in fPrintfUtf8()
1007 PerStreamTags pst = PST_INITIALIZER; /* for unknown streams */ in fPutsUtf8() local
1009 PerStreamTags *ppst = getEmitStreamInfo(0, &pst, &pfO); in fPutsUtf8()
1011 getEmitStreamInfo(0, &pst, &pfO); in fPutsUtf8()
1031 PerStreamTags pst = PST_INITIALIZER; /* for unknown streams */ in ePutsUtf8() local
1033 PerStreamTags *ppst = getEmitStreamInfo(2, &pst, &pfErr); in ePutsUtf8()
1035 getEmitStreamInfo(2, &pst, &pfErr); in ePutsUtf8()
1050 PerStreamTags pst = PST_INITIALIZER; /* for unknown streams */ in oPutsUtf8() local
1052 PerStreamTags *ppst = getEmitStreamInfo(1, &pst, &pfOut); in oPutsUtf8()
1054 getEmitStreamInfo(1, &pst, &pfOut); in oPutsUtf8()
1112 PerStreamTags pst = PST_INITIALIZER; /* for unknown streams */ in fPutbUtf8() local
1113 PerStreamTags *ppst = getEmitStreamInfo(0, &pst, &pfO); in fPutbUtf8()
1132 PerStreamTags pst = PST_INITIALIZER; /* for unknown streams */ in oPutbUtf8() local
1134 PerStreamTags *ppst = getEmitStreamInfo(1, &pst, &pfOut); in oPutbUtf8()
1136 getEmitStreamInfo(1, &pst, &pfOut); in oPutbUtf8()
1153 PerStreamTags pst = PST_INITIALIZER; /* for unknown streams */ in ePutbUtf8() local
1154 PerStreamTags *ppst = getEmitStreamInfo(2, &pst, &pfErr); in ePutbUtf8()
29590 SCAN_TRACKER_REFTYPE pst){ in quickscan() argument
29614 CONTINUE_PROMPT_AWAITS(pst, "/*"); in quickscan()
29625 CONTINUE_PROMPT_AWAITC(pst, cin); in quickscan()
29628 CONTINUE_PAREN_INCR(pst, 1); in quickscan()
29631 CONTINUE_PAREN_INCR(pst, -1); in quickscan()
29648 CONTINUE_PROMPT_AWAITC(pst, 0); in quickscan()
29660 CONTINUE_PROMPT_AWAITC(pst, 0); in quickscan()