Lines Matching refs:PNULL
83 for (pp = proclist.p_next; pp != PNULL; pp = pp->p_next) in pchild()
177 for (pp = proclist.p_next; pp != PNULL; pp = pp->p_next) { in pnote()
206 for (pp = (fp = &proclist)->p_next; pp != PNULL; pp = (fp = pp)->p_next) in pwait()
342 for (pp = proclist.p_next; pp != PNULL; pp = pp->p_next) in pflushall()
396 if (pprevious != PNULL) { in pclrcurr()
574 pcurrjob = PNULL; in psavejob()
589 pholdjob = PNULL; in prestjob()
1046 pprevious = pgetcurr(PNULL); in pstart()
1089 if (pcurrent == PNULL) in pfind()
1090 if ((pcurrent = pgetcurr(PNULL)) == PNULL) in pfind()
1096 if (pprevious == PNULL) in pfind()
1107 np = PNULL; in pfind()
1141 struct process *xp = PNULL; in pgetcurr()
1151 if (xp == PNULL) in pgetcurr()
1234 pcurrjob = PNULL; in pfork()
1305 for (pp = (&proclist)->p_next; pp != PNULL; pp = pp->p_next) in hupforegnd()