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

/macosx-10.10/zsh-61/zsh/Src/
H A Djobs.c47 mod_export int thisjob; variable
282 if ((fg || thisjob == job) &&
474 else if (job == thisjob) {
481 !zleactive && job == thisjob && !somestopped &&
542 * is true here for STAT_CURSH jobs even when job != thisjob, most
543 * likely because thisjob = -1 from exec.c:execsimple() trickery.
559 if ((isset(NOTIFY) || job == thisjob) && (jn->stat & STAT_LOCKED)) {
564 if (sigtrapped[SIGCHLD] && job != thisjob)
605 !(jobtab[i].stat & STAT_SUBJOB) && i != curjob && i != thisjob) {
612 i != curjob && i != thisjob) {
[all...]
H A Dexec.c287 if (thisjob != -1 && thisjob >= jobtabsize - 1 && !expandjobtab()) {
408 * The test thisjob != -1 was added because sometimes thisjob
416 if (!list_pipe && thisjob != -1 && thisjob != list_pipe_job &&
417 !hasprocs(thisjob))
418 deletejob(jobtab + thisjob, 0);
949 } else if (thisjob != -1 && (flags & ESUB_PGRP)) {
954 jobtab[thisjob]
[all...]
H A Dsignals.c497 (thisjob == -1 ||
498 (jobtab[thisjob].stat & STAT_BUILTIN)))) &&
667 if ((from_signal || i != thisjob) && (jobtab[i].stat & STAT_LOCKED) &&
H A Dinit.c1276 cj = thisjob; /* store our current job number */
1361 thisjob = cj; /* current job number */

Completed in 203 milliseconds