Searched refs:sh_fault (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/lib/libshell/common/include/
H A Dfault.h57 #define SH_SIGFAULT 1 /* signal handler is sh_fault */
115 extern void sh_fault(int);
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dtimers.c97 sh_fault(SIGALRM|SH_TRAP);
169 signal(SIGALRM,(sh.sigflag[SIGALRM]&SH_SIGFAULT)?sh_fault:SIG_DFL);
245 signal(SIGALRM,(sh.sigflag[SIGALRM]&SH_SIGFAULT)?sh_fault:SIG_DFL);
H A Dfault.c63 void sh_fault(register int sig) function
72 signal(sig, sh_fault);
286 if((fun=signal(sig,sh_fault))==SIG_IGN)
294 if(sig==SIGALRM && fun!=SIG_DFL && fun!=sh_fault)
H A Dsubshell.c740 sh_fault(sp->sig);
749 sh_fault(nsig);
760 sh_fault(sig);
769 sh_fault(shp->ignsig);
771 sh_fault(shp->lastsig);
H A Djobs.c454 sh_fault(pw->p_exit);
485 sh_fault(SIGINT);
702 signal(SIGTSTP,sh_fault);
1622 sh_fault(SIGINT);
1627 sh_fault(SIGTSTP);
H A Dxec.c1593 sh_fault(SIGINT);
3027 sh_fault(sig);
3050 sh_fault(sig);
3273 sh_fault(r&SH_EXITMASK);
3553 signal(sig,mode?sh_fault:SIG_IGN);
3678 signal(SIGQUIT,sh_fault);
3679 signal(SIGINT,sh_fault);
/osnet-11/usr/src/lib/libshell/common/edit/
H A Dedit.c602 signal(SIGWINCH,sh_fault);
607 sh_fault(SIGWINCH);
949 sh_fault(SIGINT);
1007 sh_fault(SIGINT);
1047 sh_fault(SIGINT);

Completed in 99 milliseconds