Home
last modified time | relevance | path

Searched refs:PerStreamTags (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c620 typedef struct PerStreamTags { struct
629 } PerStreamTags; argument
646 static short pstReachesConsole(PerStreamTags *ppst){ in pstReachesConsole()
654 static void restoreConsoleArb(PerStreamTags *ppst){ in restoreConsoleArb()
662 static short streamOfConsole(FILE *pf, /* out */ PerStreamTags *ppst){ in streamOfConsole()
691 PerStreamTags pstSetup[3];
692 PerStreamTags pstDesignated[3];
696 static short isValidStreamInfo(PerStreamTags *ppst){ in isValidStreamInfo()
709 static void maybeSetupAsConsole(PerStreamTags *ppst, short odir){ in maybeSetupAsConsole()
723 PerStreamTags *ppst = (ix<3)? in consoleRenewSetup()
[all …]