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

/freebsd-10.1-release/contrib/libreadline/
H A Dfunmap.c172 { "vi-next-word", rl_vi_next_word },
H A Dreadline.h230 extern int rl_vi_next_word PARAMS((int, int));
H A Dvi_keymap.c132 { ISFUNC, rl_vi_next_word }, /* W */
168 { ISFUNC, rl_vi_next_word }, /* w */
H A Dvi_mode.c365 return (rl_vi_next_word (-count, key));
383 rl_vi_next_word (count, key) function

Completed in 97 milliseconds