Searched refs:rl_getc_function (Results 1 – 3 of 3) sorted by relevance
157 extern int (*rl_getc_function)(FILE *);
124 int (*rl_getc_function)(FILE *) = NULL; variable218 i = (*rl_getc_function)(rl_instream); in _getc_function()353 if (rl_getc_function) in rl_initialize()
412 * src/readline.c: Partial rl_getc_function support, patch by Kjeld Borch