Searched defs:WIFSTOPPED (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dwait.h22 #define WIFSTOPPED(w) (((w) & 0xff) == 0x7f) macro
/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dksh_wait.h17 # undef WIFSTOPPED macro
41 # define WIFSTOPPED(s) (((s) & 0xff) == 0x7f) macro
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/include/ac/
H A Dwait.h46 # define WIFSTOPPED(s) (LDAP_LO(s) == 0177 && LDAP_HI(s) != 0) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dgdb_wait.h60 #define WIFSTOPPED(w) ((w)&0x40) macro
63 #define WIFSTOPPED(w) (((w)&0377) == 0177) macro
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/lib/
H A Dwait-process.c45 #define WIFSTOPPED(x) 0 macro
85 # define WIFSTOPPED(x) (WTERMSIG (x) == 0x7f) macro
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/roff/groff/
H A Dpipeline.c51 #define WIFSTOPPED(s) (((s) & 0377) == 0177) macro
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dwait.h56 #define WIFSTOPPED(x) (_WSTATUS(x) == _WSTOPPED) macro
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/conf/nfs_prot/
H A Dnfs_prot_nextstep.h261 #define WIFSTOPPED(status) ((status) & 0100) macro
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/roff/troff/
H A Dnode.cpp60 #define WIFSTOPPED(s) (((s) & 0377) == 0177) macro

Completed in 201 milliseconds