Searched refs:rl_undo_command (Results 1 – 5 of 5) sorted by relevance
143 { "undo", rl_undo_command },
351 rl_undo_command (int count, int key) in rl_undo_command() function
66 { ISFUNC, rl_undo_command }, /* Control-_ */619 { ISFUNC, rl_undo_command }, /* Control-u */
198 extern int rl_undo_command PARAMS((int, int));
318 return (rl_undo_command (count, key)); in rl_vi_undo()