Home
last modified time | relevance | path

Searched refs:w_termsig (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dwait.h72 #define w_termsig w_T.w_Termsig macro
95 #define WIFSIGNALED(x) ((x).w_stopval != WSTOPPED && (x).w_termsig != 0)
96 #define WIFEXITED(x) ((x).w_stopval != WSTOPPED && (x).w_termsig == 0)
H A Dsh.proc.c99 if (w.w_termsig == SIGINT) in pchild()
105 pp->p_reason = w.w_termsig; in pchild()
/illumos-gate/usr/src/ucbcmd/rusage/
H A Drusage.c100 if ((status.w_termsig) != 0) in main()
/illumos-gate/usr/src/ucbhead/sys/
H A Dwait.h89 #define w_termsig w_T.w_Termsig macro
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h1666 ((union wait*)&(s))->w_termsig == 0)