Searched refs:c_gets (Results 1 – 4 of 4) sorted by relevance
145 libedit_private int c_gets(EditLine *, wchar_t *, const wchar_t *);
467 tmplen = c_gets(el, &tmpbuf[LEN], in cv_search()
828 tmplen = c_gets(el, tmpbuf, L"\n: "); in ed_command()
716 c_gets(EditLine *el, wchar_t *buf, const wchar_t *prompt) in c_gets() function