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

/ast/src/cmd/coshell/
H A Dservice.h330 int shellc; member in struct:__anon66
H A Dschedule.c344 if (++state.shelln > state.shellc)
347 state.shellc = roundof(state.shelln + 1, 32);
348 if (!(state.shellv = newof(0, Coshell_t*, state.shellc, 0)))

Completed in 14 milliseconds