Home
last modified time | relevance | path

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

/minix3/lib/libedit/readline/
H A Dreadline.h134 extern int (*rl_getc_function)(FILE *);
/minix3/lib/libedit/
H A Dreadline.c115 int (*rl_getc_function)(FILE *) = NULL; variable
217 i = (*rl_getc_function)(NULL); in _getc_function()
328 if (rl_getc_function) in rl_initialize()