Searched refs:rl_getc (Results 1 – 9 of 9) sorted by relevance
96 rl_getc_func_t *rl_getc_function = rl_getc;524 rl_getc (FILE *stream) in rl_getc() function
51 #define CUSTOM_INPUT_FUNC() (rl_getc_function != rl_getc)
448 extern int rl_getc PARAMS((FILE *));
67 (rl_getc): Call _getch, not getch, which could be an ncurses231 * input.c (rl_getc): Use getch to read console input on687 (rl_getc): tui changes.1046 * readline.c (rl_getc): If GO32, trim high bit from getkey,1401 * readline.c: rl_getc () If a call to read () returns without an
1578 of rl_getc_function rather than calling rl_getc directly.
365 int ch = rl_getc (stdin); in my_rl_getc()
455 @code{rl_getc}, the default Readline character input function1132 @deftypefun int rl_getc (FILE *stream)
1919 'rl_getc', the default Readline character input function (*note2556 -- Function: int rl_getc (FILE *stream)4976 * rl_getc: Character Input. (line 14)