Searched defs:TIOCGETA (Results 1 – 2 of 2) sorted by relevance
56 enum uint TIOCGETA = _IOR!(termios)('t', 19); // get termios struct in version() local140 enum uint TIOCGETA = _IOR!(termios)('t', 19); // get termios struct in version() local240 enum uint TIOCGETA = _IOR!(termios)('t', 19); // get termios struct in version() local
100 #define TIOCGETA global() macro