dokillpg
static int dokillpg(int sig, int pgid, int all);
t = (dokillpg(sig, 0, 1));
t = (dokillpg(sig, 0, 0));
t = (dokillpg(sig, -pid, 0));