Searched refs:SIGPROP_TTYSTOP (Results 1 – 1 of 1) sorted by relevance
200 #define SIGPROP_TTYSTOP 0x08 /* ditto, from tty */ macro 222 [SIGTSTP] = SIGPROP_STOP | SIGPROP_TTYSTOP,225 [SIGTTIN] = SIGPROP_STOP | SIGPROP_TTYSTOP,226 [SIGTTOU] = SIGPROP_STOP | SIGPROP_TTYSTOP,2370 if ((prop & SIGPROP_TTYSTOP) != 0 && in tdsendsignal() 3272 (prop & SIGPROP_TTYSTOP) != 0)) { in sigprocess()