Home
last modified time | relevance | path

Searched refs:ltchars (Results 1 – 14 of 14) sorted by relevance

/trueos/contrib/libreadline/
HDrltty.c174 struct ltchars ltchars; /* 4.2 BSD editing characters */ member
218 _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 …]
/trueos/sys/sys/
HDioctl_compat.h54 struct ltchars { struct
130 #define TIOCGLTC _IOR('t', 116,struct ltchars) /* get special chars */
131 #define TIOCSLTC _IOW('t', 117,struct ltchars) /* set special chars */
/trueos/include/rpcsvc/
HDrex.x162 struct ltchars { struct
182 ltchars yetmore; /* special Berkeley characters */ argument
/trueos/sys/kern/
HDtty_compat.c147 struct ltchars *ltc = (struct ltchars *)data; in ttsetcompat()
231 struct ltchars *ltc = (struct ltchars *)data; in tty_ioctl_compat()
/trueos/contrib/tcsh/
HDtc.disc.c102 struct ltchars ltcbuf;
HDed.term.h517 struct ltchars d_ltc;
HDed.term.c761 struct ltchars *n = &td->d_ltc; in tty_getchar()
897 struct ltchars *n = &td->d_ltc; in tty_setchar()
/trueos/contrib/texinfo/info/
HDterminal.c685 struct ltchars original_ltchars;
810 struct ltchars temp; in terminal_prep_terminal()
/trueos/contrib/telnet/telnet/
HDsys_bsd.c72 struct ltchars oltc = { 0 }, nltc = { 0 };
378 struct ltchars ltc; in TerminalNewMode()
HDexterns.h347 extern struct ltchars nltc;
/trueos/contrib/gdb/gdb/
HDser-unix.c62 struct ltchars ltc;
280 for (i = 0; i < (int) sizeof (struct ltchars); i++) in hardwire_print_tty_state()
/trueos/contrib/gdb/gdb/tui/
HDtui.c492 struct ltchars ltc;
/trueos/contrib/telnet/telnetd/
HDsys_term.c86 struct ltchars ltc;
/trueos/crypto/heimdal/appl/telnet/
HDREADME.ORIG627 struct ltchars c;