Lines Matching refs:PNULL
77 for (pp = proclist.p_next; pp != PNULL; pp = pp->p_next) in pchild()
171 for (pp = proclist.p_next; pp != PNULL; pp = pp->p_next) { in pnote()
200 for (pp = (fp = &proclist)->p_next; pp != PNULL; pp = (fp = pp)->p_next) in pwait()
336 for (pp = proclist.p_next; pp != PNULL; pp = pp->p_next) in pflushall()
390 if (pprevious != PNULL) { in pclrcurr()
568 pcurrjob = PNULL; in psavejob()
583 pholdjob = PNULL; in prestjob()
1040 pprevious = pgetcurr(PNULL); in pstart()
1083 if (pcurrent == PNULL) in pfind()
1084 if ((pcurrent = pgetcurr(PNULL)) == PNULL) in pfind()
1090 if (pprevious == PNULL) in pfind()
1101 np = PNULL; in pfind()
1135 struct process *xp = PNULL; in pgetcurr()
1145 if (xp == PNULL) in pgetcurr()
1228 pcurrjob = PNULL; in pfork()
1299 for (pp = (&proclist)->p_next; pp != PNULL; pp = pp->p_next) in hupforegnd()