Searched refs:rl_vi_change_to (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/libreadline/
H A Dfunmap.c152 { "vi-change-to", rl_vi_change_to },
H A Dreadline.h243 extern int rl_vi_change_to PARAMS((int, int));
H A Dvi_keymap.c112 { ISFUNC, rl_vi_change_to }, /* C */
148 { ISFUNC, rl_vi_change_to }, /* c */
H A Dvi_mode.c1072 rl_vi_change_to (count, key) function
1563 /* If we are redoing, rl_vi_change_to will stuff the last motion char */
1567 return (rl_vi_change_to (count, 'c'));

Completed in 157 milliseconds