Home
last modified time | relevance | path

Searched defs:ppst (Results 1 – 1 of 1) sorted by relevance

/freebsd-src/contrib/sqlite3/
H A Dshell.c653 if( pstReachesConsole(ppst) ) SetConsoleMode(ppst->hx, ppst->consMode); argument
665 ppst argument
649 pstReachesConsole(PerStreamTags * ppst) pstReachesConsole() argument
657 restoreConsoleArb(PerStreamTags * ppst) restoreConsoleArb() argument
661 restoreConsoleArb(ppst) global() argument
703 isValidStreamInfo(PerStreamTags * ppst) isValidStreamInfo() argument
716 maybeSetupAsConsole(PerStreamTags * ppst,short odir) maybeSetupAsConsole() argument
723 maybeSetupAsConsole(ppst,odir) global() argument
730 PerStreamTags *ppst = (ix<3)? consoleRenewSetup() local
744 PerStreamTags *ppst = &consoleInfo.pstSetup[ix]; consoleClassifySetup() local
763 PerStreamTags *ppst = &pci->pstSetup[ix]; consoleRestore() local
813 PerStreamTags *ppst = isKnownWritable(pf); designateEmitStream() local
859 conZstrEmit(PerStreamTags * ppst,const char * z,int ncTake) conZstrEmit() argument
881 conioVmPrintf(PerStreamTags * ppst,const char * zFormat,va_list ap) conioVmPrintf() argument
893 getDesignatedEmitStream(FILE * pf,unsigned chix,PerStreamTags * ppst) getDesignatedEmitStream() argument
910 getEmitStreamInfo(unsigned chix,PerStreamTags * ppst,FILE ** ppf) getEmitStreamInfo() argument
941 PerStreamTags *ppst = getEmitStreamInfo(1, &pst, &pfOut); oPrintfUtf8() local
966 PerStreamTags *ppst = getEmitStreamInfo(2, &pst, &pfErr); ePrintfUtf8() local
990 PerStreamTags *ppst = getEmitStreamInfo(0, &pst, &pfO); fPrintfUtf8() local
1014 PerStreamTags *ppst = getEmitStreamInfo(0, &pst, &pfO); fPutsUtf8() local
1038 PerStreamTags *ppst = getEmitStreamInfo(2, &pst, &pfErr); ePutsUtf8() local
1057 PerStreamTags *ppst = getEmitStreamInfo(1, &pst, &pfOut); oPutsUtf8() local
1118 PerStreamTags *ppst = getEmitStreamInfo(0, &pst, &pfO); fPutbUtf8() local
1139 PerStreamTags *ppst = getEmitStreamInfo(1, &pst, &pfOut); oPutbUtf8() local
1159 PerStreamTags *ppst = getEmitStreamInfo(2, &pst, &pfErr); ePutbUtf8() local
[all...]