Home
last modified time | relevance | path

Searched defs:WIFSTOPPED (Results 1 – 6 of 6) sorted by relevance

/titanic_52/usr/src/contrib/ast/src/lib/libast/include/
H A Dwait.h84 #define WIFSTOPPED(x) (((x)&((1<<EXIT_BITS)-1))==((1<<(EXIT_BITS-1))-1)) macro
/titanic_52/usr/src/cmd/csh/
H A Dwait.h96 #define WIFSTOPPED(x) ((x).w_stopval == WSTOPPED) macro
/titanic_52/usr/src/uts/common/sys/
H A Dwait.h89 #define WIFSTOPPED(stat) ((int)((stat)&0xFF) == 0177 && \ macro
/titanic_52/usr/src/lib/libbc/inc/include/sys/
H A Dwait.h82 #define WIFSTOPPED(x) (((union __wait*)&(x))->__w_stopval == _WSTOPPED) macro
/titanic_52/usr/src/ucbhead/sys/
H A Dwait.h139 #define WIFSTOPPED(stat) (WLOBYTE(stat) == WSTOPFLG&&WHIBYTE(stat) != 0) macro
/titanic_52/usr/src/cmd/sendmail/include/sm/
H A Dconf.h2883 # define WIFSTOPPED(st) (((st) & 0100) == 0) macro