Searched refs:bKeep (Results 1 – 2 of 2) sorted by relevance
32098 int bKeep = 0; /* Keep redirecting */ in dotCmdOutput() local32123 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() local32306 bKeep = 1; in dotCmdCheck()[all …]
152481 int bKeep = 0; local152488 if( aPermute[i]!=(u32)i-1 ) bKeep = 1;152490 if( bKeep==0 ){