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

/macosx-10.10/bash-94.1.2/bash-3.2/lib/readline/
H A Dfunmap.c172 { "vi-next-word", rl_vi_next_word },
H A Dreadline.h229 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.c364 return (rl_vi_next_word (-count, key));
382 rl_vi_next_word (count, key) function

Completed in 194 milliseconds