Searched refs:ltchars (Results 1 – 14 of 14) sorted by relevance
174 struct ltchars ltchars; /* 4.2 BSD editing characters */ member218 _rl_tty_chars.t_susp = tiop->ltchars.t_suspc;219 _rl_tty_chars.t_dsusp = tiop->ltchars.t_dsuspc;220 _rl_tty_chars.t_reprint = tiop->ltchars.t_rprntc;221 _rl_tty_chars.t_flush = tiop->ltchars.t_flushc;222 _rl_tty_chars.t_werase = tiop->ltchars.t_werasc;223 _rl_tty_chars.t_lnext = tiop->ltchars.t_lnextc;254 if (ioctl (tty, TIOCGLTC, &(tiop->ltchars)) == 0)292 ioctl (tty, TIOCSLTC, &(tiop->ltchars));315 tiop->ltchars = oldtio.ltchars;[all …]
54 struct ltchars { struct130 #define TIOCGLTC _IOR('t', 116,struct ltchars) /* get special chars */131 #define TIOCSLTC _IOW('t', 117,struct ltchars) /* set special chars */
160 struct ltchars { struct180 ltchars yetmore; /* special Berkeley characters */ argument
147 struct ltchars *ltc = (struct ltchars *)data; in ttsetcompat()231 struct ltchars *ltc = (struct ltchars *)data; in tty_ioctl_compat()
102 struct ltchars ltcbuf;
517 struct ltchars d_ltc;
761 struct ltchars *n = &td->d_ltc; in tty_getchar()897 struct ltchars *n = &td->d_ltc; in tty_setchar()
685 struct ltchars original_ltchars;810 struct ltchars temp; in terminal_prep_terminal()
72 struct ltchars oltc = { 0 }, nltc = { 0 };378 struct ltchars ltc; in TerminalNewMode()
347 extern struct ltchars nltc;
62 struct ltchars ltc;280 for (i = 0; i < (int) sizeof (struct ltchars); i++) in hardwire_print_tty_state()
492 struct ltchars ltc;
86 struct ltchars ltc;
627 struct ltchars c;