Searched refs:SIGPROP_TTYSTOP (Results 1 – 1 of 1) sorted by relevance
217 #define SIGPROP_TTYSTOP 0x08 /* ditto, from tty */ macro239 [SIGTSTP] = SIGPROP_STOP | SIGPROP_TTYSTOP,242 [SIGTTIN] = SIGPROP_STOP | SIGPROP_TTYSTOP,243 [SIGTTOU] = SIGPROP_STOP | SIGPROP_TTYSTOP,2364 if ((prop & SIGPROP_TTYSTOP) != 0 && in tdsendsignal()3234 (prop & SIGPROP_TTYSTOP) != 0)) { in sigprocess()