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

/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Djobs.c502 js.j_firstj = js.j_lastj = js.j_njobs = 0;
518 for (i = js.j_lastj+1; i != js.j_lastj; i++)
525 if (i == js.j_lastj)
529 for (i = js.j_lastj ? js.j_lastj + 1 : js.j_lastj; i < js.j_jobslots; i++)
605 js.j_lastj = i;
775 /* Reset the values of js.j_lastj and js.j_firstj after one or both have
798 js.j_firstj = js.j_lastj
[all...]
H A Djobs.h125 int j_lastj; /* last (newest) job allocated */ member in struct:jobstats

Completed in 119 milliseconds