Searched refs:SIGQUIT (Results 1 - 23 of 23) sorted by relevance
/ast/src/cmd/mailx/ |
H A D | tty.c | 255 r = -(SIGQUIT + 1); 325 r = -(SIGQUIT + 1); 367 if ((savequit = signal(SIGQUIT, SIG_IGN)) == SIG_DFL) 368 signal(SIGQUIT, SIG_DFL); 387 signal(SIGQUIT, savequit);
|
H A D | local.c | 447 #ifdef SIGQUIT 448 SIGQUIT, SIG_REG_EXEC,
|
H A D | main.c | 523 signal(SIGQUIT, SIG_IGN);
|
/ast/src/lib/libast/misc/ |
H A D | sigcrit.c | 44 #ifdef SIGQUIT 45 SIGQUIT, SIG_REG_EXEC,
|
H A D | procclose.c | 73 signal(SIGQUIT, p->sigquit);
|
H A D | procopen.c | 519 proc->sigquit = signal(SIGQUIT, SIG_IGN); 550 signal(SIGQUIT, proc->sigquit); 628 #ifdef SIGQUIT 629 modify(proc, forked, PROC_sig_ign, SIGQUIT, 0); 811 proc->sigquit = signal(SIGQUIT, SIG_IGN); 900 signal(SIGQUIT, proc->sigquit);
|
H A D | error.c | 595 #ifdef SIGQUIT 596 #define SIGABRT SIGQUIT
|
/ast/src/lib/libtksh/tcl/ |
H A D | tclPosixStr.c | 995 #ifdef SIGQUIT 996 case SIGQUIT: return "SIGQUIT"; 1128 #ifdef SIGQUIT 1129 case SIGQUIT: return "quit signal";
|
/ast/src/lib/libast/features/ |
H A D | signal.c | 173 #ifdef SIGQUIT 175 "Quit", "QUIT", SIGQUIT,
|
/ast/src/cmd/ksh93/data/ |
H A D | signals.c | 165 #ifdef SIGQUIT 166 "QUIT", VAL(SIGQUIT,SH_SIGDONE|SH_SIGINTERACTIVE), S("Quit"), 167 #endif /* SIGQUIT */
|
/ast/src/cmd/3d/ |
H A D | error.c | 204 signal(SIGQUIT, SIG_DFL); 205 kill(getpid(), SIGQUIT); local
|
/ast/src/lib/libpp/ |
H A D | pptrace.c | 225 signal(SIGQUIT, pptrace);
|
/ast/src/cmd/tests/sfio/ |
H A D | tmtsafe.c | 120 signal(SIGQUIT,sighandler);
|
/ast/src/cmd/probe/ |
H A D | probe.c | 169 #ifdef SIGQUIT 170 SIGQUIT,
|
/ast/src/cmd/nmake/ |
H A D | trap.c | 64 SIGQUIT,
|
/ast/src/lib/libast/disc/ |
H A D | sfdcmore.c | 118 r = -(SIGQUIT + 1);
|
/ast/src/cmd/ksh93/sh/ |
H A D | suid_exec.c | 405 signal(SIGQUIT, SIG_IGN);
|
H A D | fault.c | 104 if(shp->subshell && trap && sig!=SIGINT && sig!=SIGQUIT && sig!=SIGWINCH && sig!=SIGCONT)
|
H A D | xec.c | 1782 signal(SIGQUIT,SIG_IGN); 3461 if(r>SH_EXITSIG && ((r&SH_EXITMASK)==SIGINT || ((r&SH_EXITMASK)==SIGQUIT))) 3802 signal(SIGQUIT,SIG_IGN); 3862 signal(SIGQUIT,sh_fault); 3907 signal(SIGQUIT,SIG_IGN);
|
H A D | subshell.c | 817 if(sig==SIGINT || sig== SIGQUIT)
|
/ast/src/cmd/re/ |
H A D | ed.c | 110 static int signals[] = { SIGQUIT, SIGHUP, SIGINT, SIGTERM }; 930 if (ed.caught == SIGQUIT) { 1802 signal(SIGQUIT, SIG_DFL);
|
/ast/src/cmd/pax/ |
H A D | pax.c | 147 SIGQUIT, 174 case SIGQUIT:
|
/ast/src/lib/libcs/ |
H A D | css.c | 44 SIGQUIT,
|
Completed in 70 milliseconds