Searched refs:c_gets (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/libedit/ |
| H A D | chared.h | 149 libedit_private int c_gets(EditLine *, wchar_t *, const wchar_t *);
|
| H A D | search.c | 471 tmplen = c_gets(el, &tmpbuf[LEN], in cv_search()
|
| H A D | common.c | 829 tmplen = c_gets(el, tmpbuf, L"\n: "); in ed_command()
|
| H A D | chared.c | 722 c_gets(EditLine *el, wchar_t *buf, const wchar_t *prompt) in c_gets() function
|
| H A D | ChangeLog | 1499 Now c_gets() returns -1, ed_command() beeps and returns 1907 (and a functional error) in c_gets(), file chared.c. 4872 previous patches that broke vi history. - c_gets() was usually 4874 (which are small +ve integers)! - fixed c_gets() by putting a ' '
|