Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c32035 int bKeep = 0; /* Keep redirecting */ in dotCmdOutput() local
32060 if( bKeep || eMode ){ in dotCmdOutput()
32070 bKeep = 1; in dotCmdOutput()
32085 if( bKeep ){ in dotCmdOutput()
32112 if( zFile==0 && !bKeep ){ in dotCmdOutput()
32121 if( !bKeep ) output_reset(p); in dotCmdOutput()
32149 if( !bKeep ) shell_check_oom(zFile); in dotCmdOutput()
32150 if( bKeep ){ in dotCmdOutput()
32228 int bKeep = 0; /* --keep option */ in dotCmdCheck() local
32243 bKeep = 1; in dotCmdCheck()
[all …]
H A Dsqlite3.c152251 int bKeep = 0; local
152258 if( aPermute[i]!=(u32)i-1 ) bKeep = 1;
152260 if( bKeep==0 ){