Home | History | Annotate | Download | only in src

Lines Matching full:kill

30 /* cross fingers and hope kill is killpg-endowed */
31 #define mksh_killpg(p,s) kill(-(p), (s))
228 /* kill stopped, and possibly running, jobs */
308 kill(0, SIGTTIN);
709 /* kill (built-in) a job */
1046 kill(procpid, SIGCHLD);
1158 * If it looks like user hit ^C to kill a job, pretend we got
1774 if (kill(p->pid, sig) < 0)