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

/freebsd-10.1-release/contrib/libreadline/
H A Dkill.c211 rl_forward_word (count, key);
462 rl_forward_word (count, 0);
471 rl_forward_word (count, 0);
H A Dfunmap.c98 { "forward-word", rl_forward_word },
H A Dtext.c430 rl_forward_word (count, key) function
485 return (rl_forward_word (-count, key));
492 /* Like rl_forward_word (), except that we look at the characters
1248 rl_forward_word (count, 0);
1336 rl_forward_word (count, key);
1342 rl_forward_word (1, key);
H A Dreadline.h96 extern int rl_forward_word PARAMS((int, int));
H A Demacs_keymap.c434 { ISFUNC, rl_forward_word }, /* Meta-f */

Completed in 105 milliseconds