HomeSort by: relevance | last modified time | path
    Searched refs:trapsig (Results 1 - 7 of 7) sorted by relevancy

  /src/bin/ksh/
trap.c 46 Sigact_trap.sa_handler = trapsig;
55 setsig(&sigtraps[SIGINT], trapsig, SS_RESTORE_ORIG);
56 setsig(&sigtraps[SIGQUIT], trapsig, SS_RESTORE_ORIG);
57 setsig(&sigtraps[SIGTERM], trapsig, SS_RESTORE_ORIG);
58 setsig(&sigtraps[SIGHUP], trapsig, SS_RESTORE_ORIG);
129 trapsig(i) function
316 f = s[0] ? trapsig : SIG_IGN;
322 f = trapsig;
333 * (normally trapsig, but could be j_sigchld() or SIG_IGN)
414 f = trapsig;
    [all...]
proto.h 232 RETSIGTYPE trapsig ARGS((int));
emacs.c 390 trapsig(SIGINT);
exec.c 435 trapsig(SIGERR_);
jobs.c 1219 trapsig(WTERMSIG(status));
vi.c 228 trapsig(c == edchars.intr ? SIGINT : SIGQUIT);
  /src/sys/arch/vax/vax/
trap.c 93 bool trapsig = true; local in function:trap
175 trapsig = false;
265 trapsig = false;
319 trapsig = false;
331 if (trapsig) {

Completed in 17 milliseconds