Searched defs:wcontinued (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/sh/
H A Djobs.c253 static int wcontinued = WCONTINUED; local
267 flags = WNOHANG|WUNTRACED|wcontinued;
269 flags = WUNTRACED|wcontinued;
304 if (WIFCONTINUED(wstat) && wcontinued)
340 else if (WIFCONTINUED(wstat) && wcontinued)

Completed in 55 milliseconds