Home
last modified time | relevance | path

Searched refs:rl_forward_word (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/lib/libreadline/
H A Dkill.c213 rl_forward_word (count, key);
423 rl_forward_word (count, 0);
432 rl_forward_word (count, 0);
H A Dtext.c423 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 Dfunmap.c98 { "forward-word", rl_forward_word },
H A Dreadline.h95 extern int rl_forward_word PARAMS((int, int));
H A Demacs_keymap.c434 { ISFUNC, rl_forward_word }, /* Meta-f */