Searched refs:bKeep (Results 1 – 2 of 2) sorted by relevance
32035 int bKeep = 0; /* Keep redirecting */ in dotCmdOutput() local32060 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() local32243 bKeep = 1; in dotCmdCheck()[all …]
152251 int bKeep = 0; local152258 if( aPermute[i]!=(u32)i-1 ) bKeep = 1;152260 if( bKeep==0 ){