Home
last modified time | relevance | path

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

/mirbsd/src/lib/libedit/
Dchared.h160 protected int c_gets(EditLine *, char *, const char *);
Dsearch.c460 tmplen = c_gets(el, &tmpbuf[LEN], in cv_search()
Dcommon.c913 tmplen = c_gets(el, tmpbuf, "\n: "); in ed_command()
Dchared.c683 c_gets(EditLine *el, char *buf, const char *prompt) in c_gets() function