Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/csh/
H A Dsh.proc.c28 static short pmaxindex; variable
376 if (index == pmaxindex) { in pflush()
380 pmaxindex = index; in pflush()
455 if (pmaxindex < BIGINDEX) in palloc()
456 pp->p_index = ++pmaxindex; in palloc()
465 if (i > pmaxindex) in palloc()
466 pmaxindex = i; in palloc()
798 for (i = 1; i <= pmaxindex; i++) in dojobs()