Home
last modified time | relevance | path

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

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