Home
last modified time | relevance | path

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

/freebsd/contrib/libedit/readline/
H A Dreadline.h147 extern int (*rl_getc_function)(FILE *);
/freebsd/contrib/libedit/
H A Dreadline.c118 int (*rl_getc_function)(FILE *) = NULL; variable
212 i = (*rl_getc_function)(rl_instream); in _getc_function()
347 if (rl_getc_function) in rl_initialize()