Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c32098 int bKeep = 0; /* Keep redirecting */ in dotCmdOutput() local
32123 if( bKeep || eMode ){ in dotCmdOutput()
32133 bKeep = 1; in dotCmdOutput()
32148 if( bKeep ){ in dotCmdOutput()
32175 if( zFile==0 && !bKeep ){ in dotCmdOutput()
32184 if( !bKeep ) output_reset(p); in dotCmdOutput()
32212 if( !bKeep ) shell_check_oom(zFile); in dotCmdOutput()
32213 if( bKeep ){ in dotCmdOutput()
32291 int bKeep = 0; /* --keep option */ in dotCmdCheck() local
32306 bKeep = 1; in dotCmdCheck()
[all …]
H A Dsqlite3.c152481 int bKeep = 0; local
152488 if( aPermute[i]!=(u32)i-1 ) bKeep = 1;
152490 if( bKeep==0 ){