Home
last modified time | relevance | path

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

/csrg-svn/sys/sys/
H A Dwait.h31 #define WTERMSIG(x) (_WSTATUS(x)) macro
/csrg-svn/contrib/emacs-18.57/src/
H A Dprocess.c136 #define WTERMSIG(w) (w & 0377) macro
165 #define WTERMSIG(w) w.w_termsig macro