Home
last modified time | relevance | path

Searched refs:rl_undo_command (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dfunmap.c143 { "undo", rl_undo_command },
H A Dundo.c351 rl_undo_command (int count, int key) in rl_undo_command() function
H A Demacs_keymap.c66 { ISFUNC, rl_undo_command }, /* Control-_ */
619 { ISFUNC, rl_undo_command }, /* Control-u */
H A Dreadline.h198 extern int rl_undo_command PARAMS((int, int));
H A Dvi_mode.c318 return (rl_undo_command (count, key)); in rl_vi_undo()