Home
last modified time | relevance | path

Searched refs:rl_getc_function (Results 1 – 3 of 3) sorted by relevance

/libedit-20250104-3.1/src/editline/
Dreadline.h157 extern int (*rl_getc_function)(FILE *);
/libedit-20250104-3.1/src/
Dreadline.c124 int (*rl_getc_function)(FILE *) = NULL; variable
218 i = (*rl_getc_function)(rl_instream); in _getc_function()
353 if (rl_getc_function) in rl_initialize()
/libedit-20250104-3.1/
DChangeLog412 * src/readline.c: Partial rl_getc_function support, patch by Kjeld Borch