Searched refs:SIGPROP_TTYSTOP (Results 1 – 1 of 1) sorted by relevance
208 #define SIGPROP_TTYSTOP 0x08 /* ditto, from tty */ macro231 [SIGTSTP] = SIGPROP_STOP | SIGPROP_TTYSTOP,234 [SIGTTIN] = SIGPROP_STOP | SIGPROP_TTYSTOP,235 [SIGTTOU] = SIGPROP_STOP | SIGPROP_TTYSTOP,2236 if ((prop & SIGPROP_TTYSTOP) != 0 && in tdsendsignal()2997 (prop & SIGPROP_TTYSTOP) != 0)) { in issignal()