Searched refs:shellclose (Results 1 - 5 of 5) sorted by relevance

/ast/src/cmd/coshell/
H A Dcotest.c30 shellclose(Coshell_t* a, int b) function
H A Djob.c89 shellclose(sp, -1);
178 shellclose(sp, -1);
H A Dschedule.c248 shellclose(ap, -1);
299 shellclose(xp, -1);
310 if (cp != sp) shellclose(cp, -1);
490 else if (sp->fd) shellclose(sp, -1);
522 if (sp->fd > 0 && (2 * sp->stat.up) < (cs.time - sp->start)) shellclose(sp, -1);
H A Dshell.c147 shellclose(register Coshell_t* sp, int fd) function
399 shellclose(sp, -1);
H A Dservice.h371 extern void shellclose(Coshell_t*, int);

Completed in 11 milliseconds