Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/include/
H A Dwait.h29 #define WIFSTOPPED(w) ((w)&0x40) macro
32 #define WIFSTOPPED(w) (((w)&0377) == 0177) macro
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dgdb_wait.h61 #define WIFSTOPPED(w) ((w)&0x40) macro
64 #define WIFSTOPPED(w) (((w)&0377) == 0177) macro
/openbsd-src/gnu/usr.bin/cvs/lib/
H A Dwait.h22 #define WIFSTOPPED(w) (((w) & 0xff) == 0x7f) macro
/openbsd-src/gnu/usr.bin/binutils/gdb/vx-share/
H A Dwait.h19 #define WIFSTOPPED(w) (((w)&0377) == 0177) macro
/openbsd-src/sys/sys/
H A Dwait.h53 #define WIFSTOPPED(x) (((x) & 0xff) == _WSTOPPED) macro