HomeSort by relevance Sort by last modified time
    Searched refs:el_gets (Results 1 - 6 of 6) 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...]
  /external/libedit/examples/
tc1.c 180 while ((buf = el_gets(el, &num)) != NULL && num != 0) {
  /external/llvm/lib/LineEditor/
LineEditor.cpp 252 // Call el_gets to prompt the user and read the user's input.
254 const char *Line = ::el_gets(Data->EL, &LineLen);
  /external/lldb/tools/driver/
IOChannel.cpp 255 // Initialize time that ::el_gets was last called.
340 // Set boolean indicating whether or not el_gets is trying to get input (i.e. whether or not to attempt
345 // Call el_gets to prompt the user and read the user's input.
346 const char *line = ::el_gets (m_edit_line, &line_len);
348 // Re-set the boolean indicating whether or not el_gets is trying to get input.
519 // Don't call Host::ThreadCancel since el_gets won't respond to this
525 // file handle doesn't seem to make el_gets() exit....

Completed in 138 milliseconds