Searched refs:rl_getc_function (Results 1 – 11 of 11) sorted by relevance
96 rl_getc_func_t *rl_getc_function = rl_getc; variable297 k = (*rl_getc_function) (rl_instream); in rl_gather_tyi()514 c = (*rl_getc_function) (rl_instream); in rl_read_key()
51 #define CUSTOM_INPUT_FUNC() (rl_getc_function != rl_getc)
612 extern rl_getc_func_t *rl_getc_function;
1388 d. Instead of calling (*rl_getc_function)() directly to get input in certain1578 of rl_getc_function rather than calling rl_getc directly.
157 extern int (*rl_getc_function)(FILE *);
566 rl_getc_function = my_rl_getc; in main()
120 int (*rl_getc_function)(FILE *) = NULL; variable214 i = (*rl_getc_function)(rl_instream); in _getc_function()349 if (rl_getc_function) in rl_initialize()
452 @deftypevar {rl_getc_func_t *} rl_getc_function457 In general, an application that sets @var{rl_getc_function} should consider484 In general, an application that sets @var{rl_getc_function} should consider1759 a custom @code{rl_getc_function} (@pxref{Readline Variables}) and wish
1916 -- Variable: rl_getc_func_t * rl_getc_function3147 'rl_getc_function' (*note Readline Variables::) and wish to handle4977 * rl_getc_function: Readline Variables. (line 135)
47110 In TUI mode, gdb uses a custom rl_getc_function tui_getc.