Searched refs:SIGSTOP (Results 1 – 4 of 4) sorted by relevance
302 #define SIGSTOP 16 macro327 #define SIGSTOP 17 /* sendable stop signal not from tty */ macro359 #define SIGSTOP 23 /* sendable stop signal not from tty */ macro367 #define SIGSTOP 17 /* sendable stop signal not from tty */ macro
152 #ifdef SIGSTOP in strsignal()153 case SIGSTOP: in strsignal()
128 #ifdef SIGSTOP129 { "STOP", SIGSTOP },
129 #define SIGSTOP 19 macro