Searched refs:jobnext (Results 1 - 4 of 4) sorted by relevance

/ast/src/cmd/coshell/
H A Dcotest.c55 if (!(state.job = state.jobnext = newof(0, Cojob_t, state.fdtotal / 2, 0)))
57 state.jobmax = state.jobnext += state.fdtotal / 2 - 1;
H A Dshell.c265 jp = state.jobnext;
270 if (jp == state.jobnext)
277 state.jobnext = jp;
H A Dservice.h300 Cojob_t* jobnext; member in struct:__anon66
H A Dmain.c126 if (!(state.job = state.jobnext = newof(0, Cojob_t, n, 0)))
128 state.jobmax = state.jobnext += n - 1;

Completed in 15 milliseconds