HomeSort by: relevance | last modified time | path
    Searched defs:EL (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/LineEditor/
LineEditor.cpp 102 EditLine *EL;
112 const char *ElGetPromptFn(EditLine *EL) {
114 if (el_get(EL, EL_CLIENTDATA, &Data) == 0)
123 unsigned char ElCompletionFn(EditLine *EL, int ch) {
125 if (el_get(EL, EL_CLIENTDATA, &Data) == 0) {
137 ::el_push(EL, const_cast<char *>(Prevs.c_str()));
144 const LineInfo *LI = ::el_line(EL);
150 ::el_insertstr(EL, Action.Text.c_str());
164 ::el_push(EL, const_cast<char *>("\05\t"));
211 Data->EL = ::el_init(ProgName.str().c_str(), In, Out, Err)
    [all...]
  /src/lib/libedit/
common.c 50 #include "el.h"
62 ed_end_of_file(EditLine *el, wint_t c __attribute__((__unused__)))
65 re_goto_bottom(el);
66 *el->el_line.lastchar = '\0';
76 ed_insert(EditLine *el, wint_t c)
78 int count = el->el_state.argument;
83 if (el->el_line.lastchar + el->el_state.argument >=
84 el->el_line.limit) {
86 if (!ch_enlargebufs(el, (size_t) count)
    [all...]
  /src/usr.bin/tip/
tip.c 90 char *EL;
  /src/include/arpa/
telnet.h 47 #define EL 248 /* erase the current line */
67 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0
226 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
ASTUnit.cpp 2367 SourceLocation EL = FileLoc.getLocWithOffset(Range.second);
2368 Ranges.push_back(CharSourceRange::getCharRange(BL, EL));
2378 SourceLocation EL = FileLoc.getLocWithOffset(FixIt.RemoveRange.second);
2379 FH.RemoveRange = CharSourceRange::getCharRange(BL, EL);
  /src/external/bsd/tcpdump/dist/
print-telnet.c 70 #define EL 248 /* erase the current line */
89 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
227 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \

Completed in 57 milliseconds