Home
last modified time | relevance | path

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

/external/bison/lib/
Dsys_wait.in.h60 # define WIFSTOPPED(x) (WTERMSIG (x) == 0x7f) macro
/external/openssh/openbsd-compat/
Dbsd-waitpid.h38 #define WIFSTOPPED(w) ((_W_INT(w)) & 0100) macro
/external/bison/linux-lib/sys/
Dwait.h362 # define WIFSTOPPED(x) (WTERMSIG (x) == 0x7f) macro
397 # define WIFSTOPPED(x) 0 macro
/external/bison/darwin-lib/sys/
Dwait.h362 # define WIFSTOPPED(x) (WTERMSIG (x) == 0x7f) macro
397 # define WIFSTOPPED(x) 0 macro