/src/usr.bin/mail/ |
send.c | 126 int isheadflag, infld, ignoring, dostat, firstline; local in function:sendmessage 132 ignoring = 0; 172 ignoring = doign == ignoreall || doign == bouncetab; 176 ignoring = 1; 190 ignoring = doign == ignoreall; 221 ignoring = 0; 231 ignoring = 1; 242 ignoring = 1; 244 ignoring = 0; 250 if (!ignoring) { [all...] |
send.c | 126 int isheadflag, infld, ignoring, dostat, firstline; local in function:sendmessage 132 ignoring = 0; 172 ignoring = doign == ignoreall || doign == bouncetab; 176 ignoring = 1; 190 ignoring = doign == ignoreall; 221 ignoring = 0; 231 ignoring = 1; 242 ignoring = 1; 244 ignoring = 0; 250 if (!ignoring) { [all...] |
/src/bin/csh/ |
file.c | 486 int ignoring, looking_for_lognames; local in function:tsearch 492 ignoring = TRUE; 530 if (ignoring && ignored(entry)) 537 if (ignoring && numitems == 0 && nignored > 0) { 538 ignoring = FALSE;
|
file.c | 486 int ignoring, looking_for_lognames; local in function:tsearch 492 ignoring = TRUE; 530 if (ignoring && ignored(entry)) 537 if (ignoring && numitems == 0 && nignored > 0) { 538 ignoring = FALSE;
|
/src/usr.bin/unifdef/ |
unifdef.c | 236 static bool ignoring[MAXDEPTH]; /* ignore comments state */ variable in typeref:typename:bool[] 521 ignoring[depth] = ignoring[depth-1]; 526 ignoring[depth] = true; 853 if (text || ignoring[depth]) {
|
unifdef.c | 236 static bool ignoring[MAXDEPTH]; /* ignore comments state */ variable in typeref:typename:bool[] 521 ignoring[depth] = ignoring[depth-1]; 526 ignoring[depth] = true; 853 if (text || ignoring[depth]) {
|