Searched refs:rl_forward_word (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/lib/libreadline/ |
H A D | kill.c | 213 rl_forward_word (count, key); 423 rl_forward_word (count, 0); 432 rl_forward_word (count, 0);
|
H A D | text.c | 423 rl_forward_word (count, key) in rl_forward_word() function 472 return (rl_forward_word (-count, key)); 1206 rl_forward_word (count, 0); 1262 rl_forward_word (count, key); 1268 rl_forward_word (1, key);
|
H A D | funmap.c | 98 { "forward-word", rl_forward_word },
|
H A D | readline.h | 95 extern int rl_forward_word PARAMS((int, int));
|
H A D | emacs_keymap.c | 434 { ISFUNC, rl_forward_word }, /* Meta-f */
|