Searched refs:SET_SPECIAL (Results 1 – 1 of 1) sorted by relevance
| /freebsd-9-stable/contrib/libreadline/ |
| D | rltty.c | 844 #define SET_SPECIAL(sc, func) set_special_char(kmap, &ttybuff, sc, func) macro 849 #define SET_SPECIAL(sc, func) macro 875 SET_SPECIAL (ttybuff.sgttyb.sg_erase, rl_rubout); 876 SET_SPECIAL (ttybuff.sgttyb.sg_kill, rl_unix_line_discard); 882 SET_SPECIAL (ttybuff.ltchars.t_werasc, rl_unix_word_rubout); 883 SET_SPECIAL (ttybuff.ltchars.t_lnextc, rl_quoted_insert); 913 SET_SPECIAL (VERASE, rl_rubout); 914 SET_SPECIAL (VKILL, rl_unix_line_discard); 917 SET_SPECIAL (VLNEXT, rl_quoted_insert); 921 SET_SPECIAL (VWERASE, rl_unix_word_rubout);
|