Searched refs:jobmax (Results 1 - 6 of 6) sorted by relevance

/ast/src/cmd/ksh93/tests/
H A Dsigchld.sh70 jobmax=4
72 JOBMAX='$jobmax' JOBCOUNT=$(('$jobmax'*2))
84 exp='running=0 maxrunning='$jobmax
/ast/src/cmd/coshell/
H A Dcotest.c57 state.jobmax = state.jobnext += state.fdtotal / 2 - 1;
H A Djob.c47 for (jp = state.job; jp <= state.jobmax; jp++)
110 for (jp = state.job; jp <= state.jobmax; jp++)
H A Dshell.c174 for (jp = state.job; sp->running && jp <= state.jobmax; jp++)
268 if (jp++ >= state.jobmax) jp = state.job;
H A Dservice.h299 Cojob_t* jobmax; member in struct:__anon66
H A Dmain.c128 state.jobmax = state.jobnext += n - 1;
332 if ((jp = state.job + (int)strtol(s, NiL, 0)) > state.jobmax) continue;
443 if (csread(fd, s = state.buf, 13, CS_EXACT) != 13 || s[0] != '#' || (jp = state.job + (int)strtol(s + 1, NiL, 10)) > state.jobmax || fstat(state.con[fd].info.pass.fd = (int)strtol(s + 7, NiL, 10), &st))
689 for (jp = state.job; jp <= state.jobmax; jp++)

Completed in 28 milliseconds