Searched refs:SIGQUIT (Results 1 - 23 of 23) sorted by relevance

/ast/src/cmd/mailx/
H A Dtty.c255 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 Dlocal.c447 #ifdef SIGQUIT
448 SIGQUIT, SIG_REG_EXEC,
H A Dmain.c523 signal(SIGQUIT, SIG_IGN);
/ast/src/lib/libast/misc/
H A Dsigcrit.c44 #ifdef SIGQUIT
45 SIGQUIT, SIG_REG_EXEC,
H A Dprocclose.c73 signal(SIGQUIT, p->sigquit);
H A Dprocopen.c519 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 Derror.c595 #ifdef SIGQUIT
596 #define SIGABRT SIGQUIT
/ast/src/lib/libtksh/tcl/
H A DtclPosixStr.c995 #ifdef SIGQUIT
996 case SIGQUIT: return "SIGQUIT";
1128 #ifdef SIGQUIT
1129 case SIGQUIT: return "quit signal";
/ast/src/lib/libast/features/
H A Dsignal.c173 #ifdef SIGQUIT
175 "Quit", "QUIT", SIGQUIT,
/ast/src/cmd/ksh93/data/
H A Dsignals.c165 #ifdef SIGQUIT
166 "QUIT", VAL(SIGQUIT,SH_SIGDONE|SH_SIGINTERACTIVE), S("Quit"),
167 #endif /* SIGQUIT */
/ast/src/cmd/3d/
H A Derror.c204 signal(SIGQUIT, SIG_DFL);
205 kill(getpid(), SIGQUIT); local
/ast/src/lib/libpp/
H A Dpptrace.c225 signal(SIGQUIT, pptrace);
/ast/src/cmd/tests/sfio/
H A Dtmtsafe.c120 signal(SIGQUIT,sighandler);
/ast/src/cmd/probe/
H A Dprobe.c169 #ifdef SIGQUIT
170 SIGQUIT,
/ast/src/cmd/nmake/
H A Dtrap.c64 SIGQUIT,
/ast/src/lib/libast/disc/
H A Dsfdcmore.c118 r = -(SIGQUIT + 1);
/ast/src/cmd/ksh93/sh/
H A Dsuid_exec.c405 signal(SIGQUIT, SIG_IGN);
H A Dfault.c104 if(shp->subshell && trap && sig!=SIGINT && sig!=SIGQUIT && sig!=SIGWINCH && sig!=SIGCONT)
H A Dxec.c1782 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 Dsubshell.c817 if(sig==SIGINT || sig== SIGQUIT)
/ast/src/cmd/re/
H A Ded.c110 static int signals[] = { SIGQUIT, SIGHUP, SIGINT, SIGTERM };
930 if (ed.caught == SIGQUIT) {
1802 signal(SIGQUIT, SIG_DFL);
/ast/src/cmd/pax/
H A Dpax.c147 SIGQUIT,
174 case SIGQUIT:
/ast/src/lib/libcs/
H A Dcss.c44 SIGQUIT,

Completed in 178 milliseconds