Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/libreadline/
Dfunmap.c132 { "undo", rl_undo_command },
Dundo.c311 rl_undo_command (count, key) in rl_undo_command() function
Demacs_keymap.c67 { ISFUNC, rl_undo_command }, /* Control-_ */
620 { ISFUNC, rl_undo_command }, /* Control-u */
Dreadline.h190 extern int rl_undo_command PARAMS((int, int));
Dvi_mode.c236 return (rl_undo_command (count, key));