Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dtext.c262 rl_forward_byte (int count, int key) in rl_forward_byte() function
352 return (rl_forward_byte (count, key)); in rl_forward_char()
379 return (rl_forward_byte (count, key)); in rl_forward_char()
395 return (rl_forward_byte (-count, key)); in rl_backward_byte()
675 rl_forward_byte (count, ch); in rl_arrow_keys()
1266 rl_forward_byte (count, key); in rl_delete()
H A Dfunmap.c97 { "forward-byte", rl_forward_byte },
H A Dreadline.h86 extern int rl_forward_byte PARAMS((int, int));