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

  /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", \

Completed in 113 milliseconds