Searched refs:rl_getc_function (Results 1 – 6 of 6) sorted by relevance
81 rl_getc_func_t *rl_getc_function = rl_getc; variable248 k = (*rl_getc_function) (rl_instream); in rl_gather_tyi()448 c = (*rl_getc_function) (rl_instream); in rl_read_key()
85 #define CUSTOM_INPUT_FUNC() (rl_getc_function != rl_getc)
565 extern rl_getc_func_t *rl_getc_function;
520 tui_old_rl_getc_function = rl_getc_function; in tui_setup_io()526 rl_getc_function = tui_getc; in tui_setup_io()563 rl_getc_function = tui_old_rl_getc_function; in tui_setup_io()
147 extern int (*rl_getc_function)(FILE *);
122 int (*rl_getc_function)(FILE *) = NULL; variable216 i = (*rl_getc_function)(rl_instream); in _getc_function()351 if (rl_getc_function) in rl_initialize()