Home
last modified time | relevance | path

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

/freebsd/contrib/libedit/
H A Dedit.expsym139 rl_getc_function
H A Dreadline.c120 int (*rl_getc_function)(FILE *) = NULL; variable
214 i = (*rl_getc_function)(rl_instream); in _getc_function()
349 if (rl_getc_function) in rl_initialize()
/freebsd/contrib/libedit/readline/
H A Dreadline.h157 extern int (*rl_getc_function)(FILE *);