Searched refs:PNULL (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.proc.h68 #define PNULL (struct process *)0 macro
H A Dsh.proc.c77 for (pp = proclist.p_next; pp != PNULL; pp = pp->p_next)
171 for (pp = proclist.p_next; pp != PNULL; pp = pp->p_next) {
200 for (pp = (fp = &proclist)->p_next; pp != PNULL; pp = (fp = pp)->p_next)
336 for (pp = proclist.p_next; pp != PNULL; pp = pp->p_next)
390 if (pprevious != PNULL) {
568 pcurrjob = PNULL;
583 pholdjob = PNULL;
1040 pprevious = pgetcurr(PNULL);
1083 if (pcurrent == PNULL)
1084 if ((pcurrent = pgetcurr(PNULL))
[all...]
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmstruct.h112 #define PNULL ((struct pmtab *)NULL) macro
H A Dttyadm.c97 if ((ptr = ALLOC_PMTAB) == PNULL) {
H A Dtmexpress.c97 if ((pmtab = ALLOC_PMTAB) == PNULL) {
H A Dtmpmtab.c147 if ((gptr = ALLOC_PMTAB) == PNULL)

Completed in 62 milliseconds