Searched refs:rl_quoted_insert (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
H A D | funmap.c | 129 { "quoted-insert", rl_quoted_insert },
|
H A D | vi_keymap.c | 52 { ISFUNC, rl_quoted_insert }, /* Control-q */ 57 { ISFUNC, rl_quoted_insert }, /* Control-v */ 336 { ISFUNC, rl_quoted_insert }, /* Control-v */
|
H A D | rltty.c | 844 SET_SPECIAL (ttybuff.ltchars.t_lnextc, rl_quoted_insert); in _rl_bind_tty_special_chars() 872 SET_SPECIAL (VLNEXT, rl_quoted_insert); in _rl_bind_tty_special_chars()
|
H A D | emacs_keymap.c | 52 { ISFUNC, rl_quoted_insert }, /* Control-q */ 57 { ISFUNC, rl_quoted_insert }, /* Control-v */
|
H A D | readline.h | 107 extern int rl_quoted_insert PARAMS((int, int));
|
H A D | text.c | 1051 rl_quoted_insert (int count, int key) in rl_quoted_insert() function
|
H A D | CHANGES | 1313 e. Fixed the tty code so that ^S and ^Q can be inserted with rl_quoted_insert.
|
/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/ |
H A D | vi_keymap.c | 52 { ISFUNC, rl_quoted_insert }, /* Control-q */ 57 { ISFUNC, rl_quoted_insert }, /* Control-v */ 336 { ISFUNC, rl_quoted_insert }, /* Control-v */
|