HomeSort by relevance Sort by last modified time
    Searched refs:el_gets (Results 1 - 7 of 7) sorted by null

  /external/libedit/src/
histedit.h 95 const char *el_gets(EditLine *, int *);
eln.c 75 el_gets(EditLine *el, int *nread) function
readline.c 93 * libedit fashion: set handlers on entry to el_gets() and clear them
420 ret = el_gets(e, &count);
    [all...]
  /prebuilts/libs/libedit/include/
histedit.h 95 const char *el_gets(EditLine *, int *);
  /external/libedit/examples/
tc1.c 180 while ((buf = el_gets(el, &num)) != NULL && num != 0) {
  /external/llvm/lib/LineEditor/
LineEditor.cpp 258 // Call el_gets to prompt the user and read the user's input.
260 const char *Line = ::el_gets(Data->EL, &LineLen);
  /external/openssh/
sftp.c     [all...]

Completed in 527 milliseconds