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

/system/core/sh/
H A Djobs.c1048 struct job *thisjob; local
1061 thisjob = NULL;
1072 thisjob = jp;
1093 if (thisjob && thisjob->state != JOBRUNNING) {
1097 if (job == thisjob)
1100 showjob(out2, thisjob, mode);
1104 thisjob->changed = 1;

Completed in 36 milliseconds