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

/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dwait.h150 #define WIFCONTINUED(x) (_WSTATUS(x) == _WSTOPPED && WSTOPSIG(x) == 0x13) macro
/macosx-10.10/zsh-61/zsh/Src/
H A Djobs.c421 #ifdef WIFCONTINUED
422 if (WIFCONTINUED(pn->status))
430 #ifdef WIFCONTINUED
431 if (WIFCONTINUED(pn->status))
2428 #ifndef WIFCONTINUED
2429 /* With WIFCONTINUED we find this out properly */
2446 #ifndef WIFCONTINUED
2450 /* With WIFCONTINUED we find this out properly */
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/sh/
H A Djobs.c38 #if !defined(WCONTINUED) || !defined(WIFCONTINUED) || defined(__APPLE__)
41 # undef WIFCONTINUED macro
42 # define WIFCONTINUED(wstat) (0) macro
438 if (WIFCONTINUED(wstat) && wcontinued)
459 if (WIFCONTINUED(wstat) && wcontinued)
H A Djobs.c.orig38 #if !defined(WCONTINUED) || !defined(WIFCONTINUED)
41 # undef WIFCONTINUED
42 # define WIFCONTINUED(wstat) (0)
438 if (WIFCONTINUED(wstat) && wcontinued)
459 if (WIFCONTINUED(wstat) && wcontinued)
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Djobs.c133 #if !defined (WIFCONTINUED)
134 # define WIFCONTINUED(s) (0) macro
1535 (WIFCONTINUED (show->status) == 0) &&
3047 if (WIFCONTINUED(status) == 0)
3065 child->running = WIFCONTINUED(status) ? PS_RUNNING : PS_DONE;

Completed in 301 milliseconds