Searched defs:WSTOPSIG (Results 1 - 4 of 4) sorted by relevance

/external/bison/lib/
H A Dsys_wait.in.h74 # ifndef WSTOPSIG
75 # define WSTOPSIG(x) (((x) >> 8) & 0x7f) macro
103 # define WSTOPSIG(x) 0
/external/valgrind/coregrind/
H A Dm_debugger.c47 #define WSTOPSIG(status) (((status) & 0xff00) >> 8) macro
482 WIFSTOPPED(status) && WSTOPSIG(status) == VKI_SIGSTOP &&
/external/bison/darwin-lib/sys/
H A Dwait.h376 # ifndef WSTOPSIG
377 # define WSTOPSIG(x) (((x) >> 8) & 0x7f) macro
405 # define WSTOPSIG(x) 0 macro
/external/bison/linux-lib/sys/
H A Dwait.h376 # ifndef WSTOPSIG
377 # define WSTOPSIG(x) (((x) >> 8) & 0x7f) macro
405 # define WSTOPSIG(x) 0 macro

Completed in 176 milliseconds