Home
last modified time | relevance | path

Searched refs:WSTOPSIG (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/sys/
H A Dwait.h57 #define WSTOPSIG(x) (_W_INT(x) >> 8) macro
/f-stack/tools/libutil/
H A Dpw_util.c330 raise(WSTOPSIG(pstat)); in pw_edit()