Searched refs:w_termsig (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dwait.h46 unsigned short w_Retcode:8; /* exit code if w_termsig==0 */
49 unsigned short w_Retcode:8; /* exit code if w_termsig==0 */
74 #define w_termsig w_T.w_Termsig macro
97 #define WIFSIGNALED(x) ((x).w_stopval != WSTOPPED && (x).w_termsig != 0)
98 #define WIFEXITED(x) ((x).w_stopval != WSTOPPED && (x).w_termsig == 0)
H A Dsh.proc.c93 if (w.w_termsig == SIGINT)
99 pp->p_reason = w.w_termsig;
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dwait.h28 #define w_termsig __w_termsig macro
48 unsigned short w_Retcode:8; /* exit code if w_termsig==0 */
/illumos-gate/usr/src/ucbcmd/rusage/
H A Drusage.c102 if ((status.w_termsig) != 0)
/illumos-gate/usr/src/ucbhead/sys/
H A Dwait.h67 unsigned short w_Retcode:8; /* exit code if w_termsig==0 */
70 unsigned short w_Retcode:8; /* exit code if w_termsig==0 */
91 #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)

Completed in 84 milliseconds