Home
last modified time | relevance | path

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

/dragonfly/contrib/libedit/src/
H A Dchared.h145 libedit_private int c_gets(EditLine *, wchar_t *, const wchar_t *);
H A Dsearch.c468 tmplen = c_gets(el, &tmpbuf[LEN], in cv_search()
H A Dcommon.c828 tmplen = c_gets(el, tmpbuf, L"\n: "); in ed_command()
H A Dchared.c713 c_gets(EditLine *el, wchar_t *buf, const wchar_t *prompt) in c_gets() function