Searched defs:TIOCEXCL (Results 1 – 3 of 3) sorted by relevance
51 enum uint TIOCEXCL = _IO('t', 13); // set exclusive use of tty in version() local135 enum uint TIOCEXCL = _IO('t', 13); // set exclusive use of tty in version() local236 enum uint TIOCEXCL = _IO('t', 13); // set exclusive use of tty in version() local
185 enum TIOCEXCL = 0x540C; in version() local
95 #define TIOCEXCL global() macro