Searched refs:rl_forward_byte (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/libreadline/
H A Dfunmap.c95 { "forward-byte", rl_forward_byte },
H A Dtext.c253 rl_forward_byte (count, key) function
292 return (rl_forward_byte (count, key));
322 return (rl_forward_byte (count, key));
340 return (rl_forward_byte (-count, key));
591 rl_forward_byte (count, ch);
1094 rl_forward_byte (count, key);
H A Dreadline.h88 extern int rl_forward_byte PARAMS((int, int));

Completed in 46 milliseconds