Lines Matching defs:CSIGNAL
503 #define CSIGNAL 0x000000ff /* signal mask to be sent at exit */591 printflags(clone_flags, flags &~ CSIGNAL, NULL);592 if ((flags & CSIGNAL) != 0)593 tprintf("|%s", signame(flags & CSIGNAL));