Searched refs:rl_getc_function (Results 1 – 9 of 9) sorted by relevance
88 rl_getc_func_t *rl_getc_function = rl_getc; variable255 k = (*rl_getc_function) (rl_instream); in rl_gather_tyi()452 c = (*rl_getc_function) (rl_instream); in rl_read_key()
82 #define CUSTOM_INPUT_FUNC() (rl_getc_function != rl_getc)
556 extern rl_getc_func_t *rl_getc_function;
556 d. Instead of calling (*rl_getc_function)() directly to get input in certain746 of rl_getc_function rather than calling rl_getc directly.
513 tui_old_rl_getc_function = rl_getc_function; in tui_setup_io()519 rl_getc_function = tui_getc; in tui_setup_io()554 rl_getc_function = tui_old_rl_getc_function; in tui_setup_io()
136 extern int (*rl_getc_function)(FILE *);
554 rl_getc_function = my_rl_getc; in main()
117 int (*rl_getc_function)(FILE *) = NULL; variable219 i = (*rl_getc_function)(NULL); in _getc_function()330 if (rl_getc_function) in rl_initialize()
433 @deftypevar {rl_getc_func_t *} rl_getc_function