Searched refs:t_werasc (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/contrib/tcsh/
H A Dtc.disc.c116 ltcbuf.t_werasc = CTL_ESC('\027'); /* ^W */
H A Ded.term.c767 s[C_WERASE] = n->t_werasc;
903 n->t_werasc = s[C_WERASE];
/freebsd-9.3-release/sys/sys/
H A Dioctl_compat.h59 char t_werasc; /* word erase */ member in struct:ltchars
/freebsd-9.3-release/contrib/gdb/gdb/tui/
H A Dtui.c501 ltc.t_werasc = CHK (ltc.t_werasc, CTRL ('W'));
/freebsd-9.3-release/contrib/telnet/telnet/
H A Dexterns.h355 # define termWerasChar nltc.t_werasc
371 # define termWerasCharp (cc_t *)&nltc.t_werasc
/freebsd-9.3-release/sys/kern/
H A Dtty_compat.c155 cc[VWERASE] = ltc->t_werasc;
238 ltc->t_werasc = cc[VWERASE];
/freebsd-9.3-release/contrib/libreadline/
H A Drltty.c222 _rl_tty_chars.t_werase = tiop->ltchars.t_werasc;
883 SET_SPECIAL (ttybuff.ltchars.t_werasc, rl_unix_word_rubout);
/freebsd-9.3-release/contrib/telnet/telnetd/
H A Dsys_term.c76 #undef t_werasc macro
249 *valp = termbuf.ltc.t_werasc;
250 *valpp = (cc_t *)&termbuf.ltc.t_werasc;
/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c109 #undef t_werasc macro

Completed in 107 milliseconds