Home
last modified time | relevance | path

Searched defs:WIFSIGNALED (Results 1 – 5 of 5) sorted by relevance

/titanic_52/usr/src/contrib/ast/src/lib/libast/include/
H A Dwait.h76 #define WIFSIGNALED(x) (((x)&((1<<(EXIT_BITS-1))-1))!=0) macro
/titanic_52/usr/src/cmd/csh/
H A Dwait.h97 #define WIFSIGNALED(x) ((x).w_stopval != WSTOPPED && (x).w_termsig != 0) macro
/titanic_52/usr/src/uts/common/sys/
H A Dwait.h87 #define WIFSIGNALED(stat) ((int)((stat)&0xFF) > 0 && \ macro
/titanic_52/usr/src/lib/libbc/inc/include/sys/
H A Dwait.h83 #define WIFSIGNALED(x) (((union __wait*)&(x))->__w_stopval != _WSTOPPED && \ macro
/titanic_52/usr/src/ucbhead/sys/
H A Dwait.h138 #define WIFSIGNALED(stat) (WLOBYTE(stat) > 0 && WHIBYTE(stat) == 0) macro