Home
last modified time | relevance | path

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

/NextBSD/lib/libedit/
HDchared.h166 protected int c_gets(EditLine *, Char *, const Char *);
HDsearch.c470 tmplen = c_gets(el, &tmpbuf[LEN], in cv_search()
HDcommon.c912 tmplen = c_gets(el, tmpbuf, STR("\n: ")); in ed_command()
HDchared.c674 c_gets(EditLine *el, Char *buf, const Char *prompt) in c_gets() function