Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dwait.h56 #define WIFSTOPPED(x) (_WSTATUS(x) == _WSTOPPED) macro
/f-stack/tools/libutil/
H A Dpw_util.c329 } else if (WIFSTOPPED(pstat)) { in pw_edit()