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

/ast/src/cmd/ksh93/sh/
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)

Completed in 35 milliseconds