Searched refs:ttybuff (Results 1 – 1 of 1) sorted by relevance
| /dragonfly/contrib/gdb-7/readline/ |
| HD | rltty.c | 785 #define SET_SPECIAL(sc, func) set_special_char(kmap, &ttybuff, sc, func) 810 _rl_bind_tty_special_chars (kmap, ttybuff) in _rl_bind_tty_special_chars() argument 812 TIOTYPE ttybuff; 814 if (ttybuff.flags & SGTTY_SET) 816 SET_SPECIAL (ttybuff.sgttyb.sg_erase, rl_rubout); 817 SET_SPECIAL (ttybuff.sgttyb.sg_kill, rl_unix_line_discard); 821 if (ttybuff.flags & LTCHARS_SET) 823 SET_SPECIAL (ttybuff.ltchars.t_werasc, rl_unix_word_rubout); 824 SET_SPECIAL (ttybuff.ltchars.t_lnextc, rl_quoted_insert); 850 _rl_bind_tty_special_chars (kmap, ttybuff) in _rl_bind_tty_special_chars() argument [all …]
|