Searched refs:SIGPROP_TTYSTOP (Results 1 – 1 of 1) sorted by relevance
226 #define SIGPROP_TTYSTOP 0x08 /* ditto, from tty */ macro248 [SIGTSTP] = SIGPROP_STOP | SIGPROP_TTYSTOP,251 [SIGTTIN] = SIGPROP_STOP | SIGPROP_TTYSTOP,252 [SIGTTOU] = SIGPROP_STOP | SIGPROP_TTYSTOP,2384 if ((prop & SIGPROP_TTYSTOP) != 0 && in tdsendsignal()3295 (prop & SIGPROP_TTYSTOP) != 0)) { in sigprocess()