Home
last modified time | relevance | path

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

/openbsd-src/gnu/lib/libreadline/
H A Dundo.c246 rl_undo_command (count, key) in rl_undo_command() function
H A Dfunmap.c132 { "undo", rl_undo_command },
H A Demacs_keymap.c67 { ISFUNC, rl_undo_command }, /* Control-_ */
620 { ISFUNC, rl_undo_command }, /* Control-u */
H A Dreadline.h188 extern int rl_undo_command PARAMS((int, int));
H A Dvi_mode.c194 return (rl_undo_command (count, key));