Home
last modified time | relevance | path

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

/illumos-gate/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
/illumos-gate/usr/src/cmd/csh/
H A Dwait.h94 #define WIFSTOPPED(x) ((x).w_stopval == WSTOPPED) macro
/illumos-gate/usr/src/uts/common/sys/
H A Dwait.h89 #define WIFSTOPPED(stat) ((int)((stat)&0xFF) == 0177 && \ macro
/illumos-gate/usr/src/ucbhead/sys/
H A Dwait.h137 #define WIFSTOPPED(stat) (WLOBYTE(stat) == WSTOPFLG&&WHIBYTE(stat) != 0) macro
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h2883 # define WIFSTOPPED(st) (((st) & 0100) == 0) macro