Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sh/
H A Djobs.c96 *thisjob, variable
625 free(thisjob); in deallocjob()
664 thisjob = jp; in allocjob()
719 *nextjob = thisjob;
720 thisjob->j_curp = jobcur;
721 jobcur = thisjob;
723 if (thisjob->j_jid) {
724 thisjob->j_pgid = pid;
732 thisjob->j_tgid = thisjob->j_pgid;
733 thisjob->j_pid = pid;
[all …]