Home
last modified time | relevance | path

Searched refs:rl_getc_function (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dinput.c96 rl_getc_func_t *rl_getc_function = rl_getc; variable
297 k = (*rl_getc_function) (rl_instream); in rl_gather_tyi()
514 c = (*rl_getc_function) (rl_instream); in rl_read_key()
H A Drlprivate.h51 #define CUSTOM_INPUT_FUNC() (rl_getc_function != rl_getc)
H A Dreadline.h612 extern rl_getc_func_t *rl_getc_function;
H A DCHANGES1388 d. Instead of calling (*rl_getc_function)() directly to get input in certain
1578 of rl_getc_function rather than calling rl_getc directly.
/netbsd-src/lib/libedit/readline/
H A Dreadline.h157 extern int (*rl_getc_function)(FILE *);
/netbsd-src/external/gpl3/gdb/dist/readline/readline/examples/rlfe/
H A Drlfe.c566 rl_getc_function = my_rl_getc; in main()
/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/examples/rlfe/
H A Drlfe.c566 rl_getc_function = my_rl_getc; in main()
/netbsd-src/lib/libedit/
H A Dreadline.c120 int (*rl_getc_function)(FILE *) = NULL; variable
214 i = (*rl_getc_function)(rl_instream); in _getc_function()
349 if (rl_getc_function) in rl_initialize()
/netbsd-src/external/gpl3/gdb/dist/readline/readline/doc/
H A Drltech.texi452 @deftypevar {rl_getc_func_t *} rl_getc_function
457 In general, an application that sets @var{rl_getc_function} should consider
484 In general, an application that sets @var{rl_getc_function} should consider
1759 a custom @code{rl_getc_function} (@pxref{Readline Variables}) and wish
H A Dreadline.info1916 -- Variable: rl_getc_func_t * rl_getc_function
3147 'rl_getc_function' (*note Readline Variables::) and wish to handle
4977 * rl_getc_function: Readline Variables. (line 135)
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git47110 In TUI mode, gdb uses a custom rl_getc_function tui_getc.