Searched refs:ltchars (Results 1 – 10 of 10) sorted by relevance
53 struct ltchars { struct129 #define TIOCGLTC _IOR('t', 116,struct ltchars) /* get special chars */130 #define TIOCSLTC _IOW('t', 117,struct ltchars) /* set special chars */
153 struct ltchars { struct173 ltchars yetmore; /* special Berkeley characters */ argument
143 struct ltchars *ltc = (struct ltchars *)data; in ttsetcompat()227 struct ltchars *ltc = (struct ltchars *)data; in tty_ioctl_compat()
102 struct ltchars ltcbuf;
524 struct ltchars d_ltc;
758 struct ltchars *n = &td->d_ltc; in tty_getchar()894 struct ltchars *n = &td->d_ltc; in tty_setchar()
66 struct ltchars oltc = { 0 }, nltc = { 0 };372 struct ltchars ltc; in TerminalNewMode()
343 extern struct ltchars nltc;
627 struct ltchars c;
867 unsigned struct_ltchars_sz = sizeof(ltchars);