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

  /onnv/onnv-gate/usr/src/cmd/csh/
sh.proc.h 90 short pmaxindex; /* current maximum job index */ variable
sh.proc.c 370 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 240 milliseconds