Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dwait.h81 #define WIFCONTINUED(stat) (WWORD(stat) == WCONTFLG) macro
/titanic_44/usr/src/ucbhead/sys/
H A Dwait.h140 #define WIFCONTINUED(stat) (WWORD(stat) == WCONTFLG) macro
/titanic_44/usr/src/lib/libshell/common/sh/
H A Djobs.c38 #if !defined(WCONTINUED) || !defined(WIFCONTINUED)
41 # undef WIFCONTINUED
42 # define WIFCONTINUED(wstat) (0) macro
304 if (WIFCONTINUED(wstat) && wcontinued) in job_reap()
340 else if (WIFCONTINUED(wstat) && wcontinued) in job_reap()
/titanic_44/usr/src/cmd/sh/
H A Djobs.c229 if (WIFCONTINUED(stat)) { in statjob()