HomeSort by relevance Sort by last modified time
    Searched defs:EL (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/llvm/lib/LineEditor/
LineEditor.cpp 101 EditLine *EL;
109 static const char *ElGetPromptFn(EditLine *EL) {
111 if (el_get(EL, EL_CLIENTDATA, &Data) == 0)
120 static unsigned char ElCompletionFn(EditLine *EL, int ch) {
122 if (el_get(EL, EL_CLIENTDATA, &Data) == 0) {
134 ::el_push(EL, const_cast<char *>(Prevs.c_str()));
141 const LineInfo *LI = ::el_line(EL);
147 ::el_insertstr(EL, Action.Text.c_str());
161 ::el_push(EL, const_cast<char *>("\05\t"));
206 Data->EL = ::el_init(ProgName.str().c_str(), In, Out, Err)
    [all...]
  /external/libedit/src/
common.c 47 #include "el.h"
55 ed_end_of_file(EditLine *el, Int c __attribute__((__unused__)))
58 re_goto_bottom(el);
59 *el->el_line.lastchar = '\0';
69 ed_insert(EditLine *el, Int c)
71 int count = el->el_state.argument;
76 if (el->el_line.lastchar + el->el_state.argument >=
77 el->el_line.limit) {
79 if (!ch_enlargebufs(el, (size_t) count)
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/
rfc2217.py 100 EL = to_bytes([248]) # Erase Line
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
telnetlib.py 66 EL = chr(248) # Erase Line
  /prebuilts/gdb/linux-x86/lib/python2.7/
telnetlib.py 66 EL = chr(248) # Erase Line
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
telnetlib.py 66 EL = chr(248) # Erase Line
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
telnetlib.py 66 EL = chr(248) # Erase Line
  /bionic/libc/include/arpa/
telnet.h 45 #define EL 248 /* erase the current line */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
203 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
  /development/ndk/platforms/android-21/include/arpa/
telnet.h 45 #define EL 248 /* erase the current line */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
203 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
  /development/ndk/platforms/android-9/include/arpa/
telnet.h 45 #define EL 248 /* erase the current line */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
203 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]
  /external/tcpdump/
print-telnet.c 74 #define EL 248 /* erase the current line */
94 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
237 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/arpa/
telnet.h 45 #define EL 248 /* erase the current line */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
203 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/arpa/
telnet.h 45 #define EL 248 /* erase the current line */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
203 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/arpa/
telnet.h 45 #define EL 248 /* erase the current line */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
203 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/arpa/
telnet.h 45 #define EL 248 /* erase the current line */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
203 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/arpa/
telnet.h 45 #define EL 248 /* erase the current line */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
203 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/arpa/
telnet.h 45 #define EL 248 /* erase the current line */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
203 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/arpa/
telnet.h 45 #define EL 248 /* erase the current line */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
203 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/arpa/
telnet.h 45 #define EL 248 /* erase the current line */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
203 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/arpa/
telnet.h 45 #define EL 248 /* erase the current line */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
203 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/arpa/
telnet.h 45 #define EL 248 /* erase the current line */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
203 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/arpa/
telnet.h 45 #define EL 248 /* erase the current line */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
203 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/arpa/
telnet.h 45 #define EL 248 /* erase the current line */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
203 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/arpa/
telnet.h 45 #define EL 248 /* erase the current line */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
203 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \

Completed in 886 milliseconds

1 2 3