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

  /src/bin/csh/
sem.c 294 int ignint = 0; local in function:execute
302 ignint =
310 if (ignint) {
proc.c 1247 int ignint; local in function:pfork
1249 ignint = 0;
1259 ignint = (tpgrp == -1 && (t->t_dflg & F_NOINTERRUPT))
1291 (void)signal(SIGINT, ignint ? SIG_IGN : SIG_DFL);
1292 (void)signal(SIGQUIT, ignint ? SIG_IGN : SIG_DFL);

Completed in 20 milliseconds