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