Searched refs:pcurrent (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.proc.h87 struct process *pcurrent; /* current job in table */ variable in typeref:struct:process
H A Dsh.proc.c132 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 75 milliseconds