Searched refs:lastpid_status (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/zsh-61/zsh/Src/
H A Djobs.c114 long lastpid_status; variable
1305 if (pid == lastpid && lastpid_status != -2L) {
1310 lastpid_status = -1L;
2080 pid == lastpid && lastpid_status >= 0L) {
2081 retval = (int)lastpid_status;
H A Dsignals.c531 if (pn != NULL && pid == lastpid && lastpid_status != -1L)
532 lastpid_status = lastval2;
H A Dinit.c1035 lastpid_status = -1L;
H A Dexec.c2887 lastpid_status = -2L;

Completed in 144 milliseconds