Home
last modified time | relevance | path

Searched refs:el_gets (Results 1 – 8 of 8) sorted by relevance

/external/libedit/doc/
DMakefile.am6 EL_MAN_LINKS = el_init.3 el_end.3 el_reset.3 el_gets.3 el_getc.3 \
DMakefile.in264 EL_MAN_LINKS = el_init.3 el_end.3 el_reset.3 el_gets.3 el_getc.3 \
/external/libedit/src/
Dhistedit.h95 const char *el_gets(EditLine *, int *);
Deln.c75 el_gets(EditLine *el, int *nread) in el_gets() function
Dreadline.c420 ret = el_gets(e, &count); in readline()
1941 const char *buf = el_gets(e, &count); in rl_callback_read_char()
/external/libedit/examples/
Dtc1.c180 while ((buf = el_gets(el, &num)) != NULL && num != 0) { in main()
/external/llvm/lib/LineEditor/
DLineEditor.cpp260 const char *Line = ::el_gets(Data->EL, &LineLen); in readLine()
/external/openssh/
Dsftp.c2145 if ((line = el_gets(el, &count)) == NULL || in interactive_loop()