HomeSort by: relevance | last modified time | path
    Searched defs:jobflags (Results 1 - 1 of 1) sorted by relevancy

  /src/bin/csh/
proc.c 94 int jobflags, pid, w; local in function:pchild
143 jobflags = 0;
151 jobflags |= fp->p_flags;
158 if ((jobflags & (PRUNNING | PREPORTED)) == 0) {
166 if (jobflags & PSTOPPED) {
173 if (jobflags & PFOREGND) {
174 if (jobflags & (PSIGNALED | PSTOPPED | PPTIME) ||
176 jobflags & PAEXITED ||
182 else if (jobflags & PINTERRUPTED) {
188 if (jobflags & PNOTIFY || adrof(STRnotify))
266 int jobflags, reason; local in function:pjwait
655 int jobflags, pstatus, reason, status; local in function:pprint
1019 int err1, jobflags, pid; local in function:pkill
1109 long jobflags; local in function:pstart
    [all...]

Completed in 11 milliseconds