Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/libreadline/
Drltty.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 …]
/freebsd-9-stable/sys/sys/
Dioctl_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 */
/freebsd-9-stable/include/rpcsvc/
Drex.x160 struct ltchars { struct
180 ltchars yetmore; /* special Berkeley characters */ argument
/freebsd-9-stable/sys/kern/
Dtty_compat.c147 struct ltchars *ltc = (struct ltchars *)data; in ttsetcompat()
231 struct ltchars *ltc = (struct ltchars *)data; in tty_ioctl_compat()
/freebsd-9-stable/contrib/tcsh/
Dtc.disc.c102 struct ltchars ltcbuf;
Ded.term.h517 struct ltchars d_ltc;
Ded.term.c761 struct ltchars *n = &td->d_ltc; in tty_getchar()
897 struct ltchars *n = &td->d_ltc; in tty_setchar()
/freebsd-9-stable/contrib/texinfo/info/
Dterminal.c685 struct ltchars original_ltchars;
810 struct ltchars temp; in terminal_prep_terminal()
/freebsd-9-stable/contrib/telnet/telnet/
Dsys_bsd.c72 struct ltchars oltc = { 0 }, nltc = { 0 };
378 struct ltchars ltc; in TerminalNewMode()
Dexterns.h347 extern struct ltchars nltc;
/freebsd-9-stable/contrib/gdb/gdb/
Dser-unix.c62 struct ltchars ltc;
280 for (i = 0; i < (int) sizeof (struct ltchars); i++) in hardwire_print_tty_state()
/freebsd-9-stable/contrib/gdb/gdb/tui/
Dtui.c492 struct ltchars ltc;
/freebsd-9-stable/contrib/telnet/telnetd/
Dsys_term.c86 struct ltchars ltc;
/freebsd-9-stable/crypto/heimdal/appl/telnet/
DREADME.ORIG627 struct ltchars c;