Searched refs:rl_getc_function (Results 1 – 4 of 4) sorted by relevance
135 extern int (*rl_getc_function)(FILE *);
207 rl_getc_function = rl_getc_replacement; in parser()
119 int (*rl_getc_function)(FILE *) = NULL; variable221 i = (*rl_getc_function)(NULL); in _getc_function()325 if (rl_getc_function) in rl_initialize()
218 * src/readline.c: Partial rl_getc_function support, patch by Kjeld Borch