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

/osnet-11/usr/src/lib/libshell/common/sh/
H A Djobs.c38 #if !defined(WCONTINUED) || !defined(WIFCONTINUED)
41 # undef WIFCONTINUED macro
42 # define WIFCONTINUED(wstat) (0) macro
419 if (WIFCONTINUED(wstat) && wcontinued)
440 if (WIFCONTINUED(wstat) && wcontinued)

Completed in 19 milliseconds