Searched refs:_WCONTINUED (Results 1 – 2 of 2) sorted by relevance
52 #define _WCONTINUED 0177777 /* process has continued */ macro59 #define WIFCONTINUED(x) (((x) & _WCONTINUED) == _WCONTINUED)
607 *statusp = _WCONTINUED; in dowait6()