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

  /src/lib/libedit/
readline.c 186 static int _getc_function(EditLine *, wchar_t *);
210 _getc_function(EditLine *el __attribute__((__unused__)), wchar_t *c) function in typeref:typename:int
350 el_set(e, EL_GETCFN, _getc_function);
readline.c 186 static int _getc_function(EditLine *, wchar_t *);
210 _getc_function(EditLine *el __attribute__((__unused__)), wchar_t *c) function in typeref:typename:int
350 el_set(e, EL_GETCFN, _getc_function);

Completed in 142 milliseconds