/src/bin/sh/ |
jobs.c | 1544 struct job *thisjob; local in function:dowait 1580 thisjob = NULL; 1635 thisjob = jp; 1690 if (thisjob && 1691 (thisjob->state != JOBRUNNING || thisjob->flags & JOBCHANGED)) { 1696 if ((job == thisjob && (flags & WNOFREE) == 0) || 1697 job != thisjob) 1700 showjob(out2, thisjob, mode); 1705 thisjob, JNUM(thisjob), mode, rootshell [all...] |
jobs.c | 1544 struct job *thisjob; local in function:dowait 1580 thisjob = NULL; 1635 thisjob = jp; 1690 if (thisjob && 1691 (thisjob->state != JOBRUNNING || thisjob->flags & JOBCHANGED)) { 1696 if ((job == thisjob && (flags & WNOFREE) == 0) || 1697 job != thisjob) 1700 showjob(out2, thisjob, mode); 1705 thisjob, JNUM(thisjob), mode, rootshell [all...] |
jobs.c | 1544 struct job *thisjob; local in function:dowait 1580 thisjob = NULL; 1635 thisjob = jp; 1690 if (thisjob && 1691 (thisjob->state != JOBRUNNING || thisjob->flags & JOBCHANGED)) { 1696 if ((job == thisjob && (flags & WNOFREE) == 0) || 1697 job != thisjob) 1700 showjob(out2, thisjob, mode); 1705 thisjob, JNUM(thisjob), mode, rootshell [all...] |