Searched refs:PNULL (Results 1 – 6 of 6) sorted by relevance
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()[all …]
68 #define PNULL (struct process *)0 macro
112 #define PNULL ((struct pmtab *)NULL) macro
97 if ((ptr = ALLOC_PMTAB) == PNULL) { in main()
97 if ((pmtab = ALLOC_PMTAB) == PNULL) { in ttymon_express()
147 if ((gptr = ALLOC_PMTAB) == PNULL) in read_pmtab()