HomeSort by: relevance | last modified time | path
    Searched defs:_getc_function (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libedit/
readline.c 187 static int _getc_function(EditLine *, wchar_t *);
211 _getc_function(EditLine *el __attribute__((__unused__)), wchar_t *c) function
351 el_set(e, EL_GETCFN, _getc_function);

Completed in 38 milliseconds