Home
last modified time | relevance | path

Searched refs:rl_quoted_insert (Results 1 – 7 of 7) sorted by relevance

/freebsd-9-stable/contrib/libreadline/
Dfunmap.c119 { "quoted-insert", rl_quoted_insert },
Dvi_keymap.c53 { ISFUNC, rl_quoted_insert }, /* Control-q */
58 { ISFUNC, rl_quoted_insert }, /* Control-v */
338 { ISFUNC, rl_quoted_insert }, /* Control-v */
Drltty.c883 SET_SPECIAL (ttybuff.ltchars.t_lnextc, rl_quoted_insert);
917 SET_SPECIAL (VLNEXT, rl_quoted_insert);
Demacs_keymap.c53 { ISFUNC, rl_quoted_insert }, /* Control-q */
58 { ISFUNC, rl_quoted_insert }, /* Control-v */
Dreadline.h104 extern int rl_quoted_insert PARAMS((int, int));
Dtext.c889 rl_quoted_insert (count, key) in rl_quoted_insert() function
DCHANGES481 e. Fixed the tty code so that ^S and ^Q can be inserted with rl_quoted_insert.