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

  /external/libedit/src/
search.c 70 el->el_search.patbuf = el_malloc(EL_BUFSIZ *
181 if (el->el_search.patlen >= EL_BUFSIZ)
182 el->el_search.patlen = EL_BUFSIZ - 1;
259 if (el->el_search.patlen >= EL_BUFSIZ - LEN)
308 EL_BUFSIZ - LEN) {
458 Char tmpbuf[EL_BUFSIZ];
494 EL_BUFSIZ - 3);
507 (void) Strncpy(el->el_search.patbuf, tmpbuf, EL_BUFSIZ - 1);
el.h 54 #define EL_BUFSIZ ((size_t)1024) /* Maximum line size */
chared.c 397 el->el_line.buffer = el_malloc(EL_BUFSIZ *
402 (void) memset(el->el_line.buffer, 0, EL_BUFSIZ *
406 el->el_line.limit = &el->el_line.buffer[EL_BUFSIZ - EL_LEAVE];
408 el->el_chared.c_undo.buf = el_malloc(EL_BUFSIZ *
412 (void) memset(el->el_chared.c_undo.buf, 0, EL_BUFSIZ *
416 el->el_chared.c_redo.buf = el_malloc(EL_BUFSIZ *
421 el->el_chared.c_redo.lim = el->el_chared.c_redo.buf + EL_BUFSIZ;
427 el->el_chared.c_kill.buf = el_malloc(EL_BUFSIZ *
431 (void) memset(el->el_chared.c_kill.buf, 0, EL_BUFSIZ *
713 if (len >= (ssize_t)(EL_BUFSIZ - 16)
    [all...]
hist.c 59 el->el_history.buf = el_malloc(EL_BUFSIZ * sizeof(*el->el_history.buf));
60 el->el_history.sz = EL_BUFSIZ;
map.c     [all...]
common.c 652 EL_BUFSIZ);
725 EL_BUFSIZ);
907 Char tmpbuf[EL_BUFSIZ];
read.c 116 if (el->el_line.limit != &el->el_line.buffer[EL_BUFSIZ - 2])
117 (void) fprintf(el->el_errfile, "limit != &buffer[EL_BUFSIZ-2]\r\n");
201 char buf[EL_BUFSIZ];
204 (size_t) MIN(chrs, EL_BUFSIZ - 1));
keymacro.c 97 #define KEY_BUFSIZ EL_BUFSIZ
589 char unparsbuf[EL_BUFSIZ];
vi.c 965 EL_BUFSIZ);
1022 #define TMP_BUFSIZ (EL_BUFSIZ * MB_LEN_MAX)
tty.c 1188 char name[EL_BUFSIZ];
    [all...]

Completed in 276 milliseconds