Home
last modified time | relevance | path

Searched refs:SIGFAIL (Results 1 – 13 of 13) sorted by relevance

/original-bsd/local/toolchest/ksh/sh/
H A Dbrkincr.h57 #define SIGFAIL 0200 macro
H A Decho.c95 exitsh(SIGFAIL);
H A Dxec.c129 exitsh(SIGFAIL);
157 exitsh(SIGFAIL);
310 exitsh(SIGFAIL);
822 exitsh(SIGFAIL|exitval);
H A Dword.c470 exitsh(SIGFAIL); in readc()
508 exitsh(SIGFAIL); in interrupt()
H A Dargs.c545 exitsh(SIGFAIL);
H A Dhistory.c590 exitsh(SIGFAIL);
H A Dservice.c458 exitsh(SIGFAIL);
H A Dname.c444 exitsh(SIGFAIL);
H A Dbuiltin.c881 exitsh(SIGFAIL);
H A Djobs.c1190 rc = (sig ? sig|SIGFAIL : w_hi);
/original-bsd/old/sh/
H A Derror.c31 THEN exitsh(SIGFAIL); in sigchk()
H A Ddefs.h11 #define SIGFAIL 3 macro
/original-bsd/local/toolchest/ksh.2/sh/
H A Djobs.c1219 rc = (sig ? sig|SIGFAIL : w_hi);