SEXTKILLED
{ "SEXTKILLED", SEXTKILLED, SEXTKILLED },
p->p_flag &= ~SEXTKILLED;
p->p_flag &= ~(SKILLED | SEXTKILLED | SEXITING | SDOCORE);
p->p_flag &= ~(SKILLED | SEXTKILLED);
ext = (p->p_flag & SEXTKILLED) != 0;
p->p_flag |= SKILLED | (ext ? SEXTKILLED : 0);
lwp->lwp_extsig = ext = (p->p_flag & SEXTKILLED) != 0;
ext = (p->p_flag & SEXTKILLED) != 0;
ext = (p->p_flag & SEXTKILLED) != 0;