Searched refs:rl_emacs_editing_mode (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
H A D | funmap.c | 91 { "emacs-editing-mode", rl_emacs_editing_mode },
|
H A D | vi_keymap.c | 40 { ISFUNC, rl_emacs_editing_mode }, /* Control-e */ 609 { ISFUNC, rl_emacs_editing_mode}, /* Control-j */ 612 { ISFUNC, rl_emacs_editing_mode}, /* Control-m */
|
H A D | misc.c | 701 rl_emacs_editing_mode (int count, int key) in rl_emacs_editing_mode() function
|
H A D | readline.h | 144 extern int rl_emacs_editing_mode PARAMS((int, int));
|
/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/ |
H A D | vi_keymap.c | 40 { ISFUNC, rl_emacs_editing_mode }, /* Control-e */ 609 { ISFUNC, rl_emacs_editing_mode}, /* Control-j */ 612 { ISFUNC, rl_emacs_editing_mode}, /* Control-m */
|