Searched refs:rl_getc_function (Results 1 – 9 of 9) sorted by relevance
84 rl_getc_func_t *rl_getc_function = rl_getc; variable234 rl_stuff_char ((*rl_getc_function) (rl_instream)); in rl_gather_tyi()417 c = (*rl_getc_function) (rl_instream); in rl_read_key()
68 #define CUSTOM_INPUT_FUNC() (rl_getc_function != rl_getc)
534 extern rl_getc_func_t *rl_getc_function;
173 d. Instead of calling (*rl_getc_function)() directly to get input in certain363 of rl_getc_function rather than calling rl_getc directly.
517 tui_old_rl_getc_function = rl_getc_function; in tui_setup_io()523 rl_getc_function = tui_getc; in tui_setup_io()558 rl_getc_function = tui_old_rl_getc_function; in tui_setup_io()
133 extern int (*rl_getc_function)(FILE *);
107 int (*rl_getc_function)(FILE *) = NULL; variable216 i = (*rl_getc_function)(NULL); in _getc_function()325 if (rl_getc_function) in rl_initialize()
605 rl_getc_function = my_rl_getc; in main()
423 @deftypevar {rl_getc_func_t *} rl_getc_function