Home
last modified time | relevance | path

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

/dflybsd-src/sys/sys/
H A Dwait.h56 #define WIFCONTINUED(x) (x == 19) /* 19 == SIGCONT */ macro
58 #define WIFSIGNALED(x) (!WIFSTOPPED(x) && !WIFCONTINUED(x) && !WIFEXITED(x))
/dflybsd-src/bin/sh/
H A Djobs.c1224 if (WIFCONTINUED(status)) { in dowait()