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

/illumos-gate/usr/src/cmd/csh/
H A Dsh.proc.h90 short pmaxindex; /* current maximum job index */ variable
H A Dsh.proc.c370 if (index == pmaxindex) {
374 pmaxindex = index;
449 if (pmaxindex < BIGINDEX)
450 pp->p_index = ++pmaxindex;
459 if (i > pmaxindex)
460 pmaxindex = i;
792 for (i = 1; i <= pmaxindex; i++)

Completed in 58 milliseconds