Searched defs:ignoring (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sh/
H A Dfault.c134 ignoring(int i) function
309 if (i != SIGSEGV && ignoring(i))
412 !ignoring(sig)) {
/illumos-gate/usr/src/cmd/csh/
H A Dsh.file.c529 int numitems = 0, ignoring = TRUE, nignored = 0; local
578 if (ignoring && ignored(entry))
585 if (ignoring && numitems == 0 && nignored > 0) {
586 ignoring = FALSE;

Completed in 82 milliseconds