Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libedit/
H A Dread.c75 static int read_getcmd(EditLine *, el_action_t *, wchar_t *);
227 read_getcmd(EditLine *el, el_action_t *cmdnum, wchar_t *ch) in read_getcmd() function
519 if (read_getcmd(el, &cmdnum, &ch) == -1) in el_wgets()