Home
last modified time | relevance | path

Searched refs:rl_getc (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dinput.c96 rl_getc_func_t *rl_getc_function = rl_getc;
524 rl_getc (FILE *stream) in rl_getc() function
H A Drlprivate.h51 #define CUSTOM_INPUT_FUNC() (rl_getc_function != rl_getc)
H A Dreadline.h448 extern int rl_getc PARAMS((FILE *));
H A DChangeLog.gdb67 (rl_getc): Call _getch, not getch, which could be an ncurses
231 * input.c (rl_getc): Use getch to read console input on
687 (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
H A DCHANGES1578 of rl_getc_function rather than calling rl_getc directly.
/netbsd-src/external/gpl3/gdb/dist/readline/readline/examples/rlfe/
H A Drlfe.c365 int ch = rl_getc (stdin); in my_rl_getc()
/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/examples/rlfe/
H A Drlfe.c365 int ch = rl_getc (stdin); in my_rl_getc()
/netbsd-src/external/gpl3/gdb/dist/readline/readline/doc/
H A Drltech.texi455 @code{rl_getc}, the default Readline character input function
1132 @deftypefun int rl_getc (FILE *stream)
H A Dreadline.info1919 'rl_getc', the default Readline character input function (*note
2556 -- Function: int rl_getc (FILE *stream)
4976 * rl_getc: Character Input. (line 14)