Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/libedit/
HDedit.expsym139 rl_getc_function
HDreadline.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-14-stable/contrib/libedit/readline/
HDreadline.h157 extern int (*rl_getc_function)(FILE *);