Searched refs:ignint (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/tcsh/
H A Dsh.sem.c510 int ignint = 0; local
517 ignint = (tpgrp == -1 && (t->t_dflg & F_NOINTERRUPT))
528 * ignint ifs cleaned by Johan Widen <mcvax!osiris.sics.se!jw@uunet.UU.NET>
531 if (ignint) {
H A Dsh.proc.c1747 int ignint = 0; local
1762 ignint = (tpgrp == -1 && (t->t_dflg & F_NOINTERRUPT))
1806 (void) signal(SIGINT, ignint ? SIG_IGN : SIG_DFL);
1807 (void) signal(SIGQUIT, ignint ? SIG_IGN : SIG_DFL);

Completed in 63 milliseconds