Searched refs:cokill (Results 1 - 6 of 6) sorted by relevance
/ast/src/lib/libcoshell/ |
H A D | Makefile | 13 cowait.c cokill.c cosync.c coquote.c codata.c \
|
H A D | coshell.h | 128 extern int cokill(Coshell_t*, Cojob_t*, int);
|
H A D | cokill.c | 95 cokill(register Coshell_t* co, register Cojob_t* cj, int sig) function
|
H A D | coopen.c | 80 cokill(NiL, NiL, sig); 84 cokill(NiL, NiL, SIGCONT);
|
/ast/src/cmd/nmake/ |
H A D | command.c | 1043 cokill(state.coshell, job->cojob, 0); 1328 if (state.coshell && cokill(state.coshell, NiL, SIGTERM))
|
/ast/src/cmd/ksh93/sh/ |
H A D | jobs.c | 1130 r = cokill(pw->p_cojob->coshell,pw->p_cojob,sig);
|
Completed in 51 milliseconds