Home
last modified time | relevance | path

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

/libedit-20250104-3.1/src/
Dreadline.c190 static int _getc_function(EditLine *, wchar_t *);
214 _getc_function(EditLine *el __attribute__((__unused__)), wchar_t *c) in _getc_function() function
354 el_set(e, EL_GETCFN, _getc_function); in rl_initialize()