HomeSort by relevance Sort by last modified time
    Searched refs:pcurrent (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/cmd/fmli/proc/
Makefile 32 OBJECTS = pclose.o pcurrent.o pctl.o pdefault.o list.o pnoncur.o \
  /onnv/onnv-gate/usr/src/cmd/csh/
sh.proc.h 87 struct process *pcurrent; /* current job in table */ variable in typeref:struct:process
sh.proc.c 132 if (pcurrent && pcurrent != fp)
133 pprevious = pcurrent;
134 pcurrent = fp;
389 if (pp == pcurrent)
391 pcurrent = pprevious;
394 pcurrent = pgetcurr(pp);
465 pprevious = pcurrent;
466 pcurrent = pp;
651 pp == pcurrent ? '+'
    [all...]

Completed in 60 milliseconds