Searched refs:c_gets (Results 1 – 4 of 4) sorted by relevance
162 protected int c_gets(EditLine *, Char *, const Char *);
469 tmplen = c_gets(el, &tmpbuf[LEN], in cv_search()
670 c_gets(EditLine *el, Char *buf, const Char *prompt) in c_gets() function
910 tmplen = c_gets(el, tmpbuf, STR("\n: ")); in ed_command()