Home
last modified time | relevance | path

Searched defs:WTERMSIG (Results 1 – 10 of 10) sorted by relevance

/dragonfly/usr.sbin/cron/cron/
H A Dexterns.h89 # define WTERMSIG(x) ((x) & 0x7f) macro
99 # define WTERMSIG(x) ((x).w_termsig) macro
/dragonfly/contrib/cvs-1.12/lib/
H A Dwait.h38 #define WTERMSIG(w) ((w) & 0x7f) macro
/dragonfly/contrib/dialog/
H A Dui_getc.c45 # define WTERMSIG(status) (status.w_termsig) macro
47 # define WTERMSIG(status) ((status) & 0x7f) macro
/dragonfly/contrib/gdb-7/gdb/common/
H A Dgdb_wait.h71 #define WTERMSIG(w) ((w) & 0177) macro
/dragonfly/contrib/bmake/
H A Dwait.h32 # define WTERMSIG(x) ((&x)->w_termsig) macro
/dragonfly/sys/sys/
H A Dwait.h60 #define WTERMSIG(x) (_WSTATUS(x)) macro
/dragonfly/gnu/usr.bin/rcs/lib/
H A Dconf.h313 #define WTERMSIG(stat_val) ((stat_val) & 0177) macro
/dragonfly/contrib/gcc-4.7/gcc/
H A Dsystem.h358 #define WTERMSIG(S) ((S) & 0x7f) macro
/dragonfly/contrib/tcsh-6/
H A Dsh.proc.c50 # define WTERMSIG(w) (((union wait *) &(w))->w_termsig) macro
/dragonfly/contrib/gcc-8.0/gcc/
H A Dsystem.h403 #define WTERMSIG(S) ((S) & 0x7f) macro