Searched refs:shellclose (Results 1 - 5 of 5) sorted by relevance
/ast/src/cmd/coshell/ |
H A D | cotest.c | 30 shellclose(Coshell_t* a, int b) function
|
H A D | job.c | 89 shellclose(sp, -1); 178 shellclose(sp, -1);
|
H A D | schedule.c | 248 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 D | shell.c | 147 shellclose(register Coshell_t* sp, int fd) function 399 shellclose(sp, -1);
|
H A D | service.h | 371 extern void shellclose(Coshell_t*, int);
|
Completed in 11 milliseconds