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

/illumos-gate/usr/src/cmd/sh/
H A Djobs.c96 *thisjob, variable in typeref:struct:
625 free(thisjob);
664 thisjob = jp;
718 thisjob->j_nxtp = *nextjob;
719 *nextjob = thisjob;
720 thisjob->j_curp = jobcur;
721 jobcur = thisjob;
723 if (thisjob->j_jid) {
724 thisjob->j_pgid = pid;
727 thisjob
[all...]

Completed in 57 milliseconds