HomeSort by: relevance | last modified time | path
    Searched defs:ignoring (Results 1 - 3 of 3) sorted by relevancy

  /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...]
  /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;
  /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]) {

Completed in 13 milliseconds