Searched refs:EL_BUFSIZ (Results 1 - 10 of 10) sorted by relevance

/freebsd-11.0-release/lib/libedit/
H A Dsearch.c71 el->el_search.patbuf = el_malloc(EL_BUFSIZ *
182 if (el->el_search.patlen >= EL_BUFSIZ)
183 el->el_search.patlen = EL_BUFSIZ - 1;
260 if (el->el_search.patlen >= EL_BUFSIZ - LEN)
309 EL_BUFSIZ - LEN) {
459 Char tmpbuf[EL_BUFSIZ];
495 EL_BUFSIZ - 3);
508 (void) Strncpy(el->el_search.patbuf, tmpbuf, EL_BUFSIZ - 1);
H A Del.h55 #define EL_BUFSIZ ((size_t)1024) /* Maximum line size */ macro
H A Dchared.c399 el->el_line.buffer = el_malloc(EL_BUFSIZ *
404 (void) memset(el->el_line.buffer, 0, EL_BUFSIZ *
408 el->el_line.limit = &el->el_line.buffer[EL_BUFSIZ - EL_LEAVE];
410 el->el_chared.c_undo.buf = el_malloc(EL_BUFSIZ *
414 (void) memset(el->el_chared.c_undo.buf, 0, EL_BUFSIZ *
418 el->el_chared.c_redo.buf = el_malloc(EL_BUFSIZ *
423 el->el_chared.c_redo.lim = el->el_chared.c_redo.buf + EL_BUFSIZ;
429 el->el_chared.c_kill.buf = el_malloc(EL_BUFSIZ *
433 (void) memset(el->el_chared.c_kill.buf, 0, EL_BUFSIZ *
717 if (len >= (ssize_t)(EL_BUFSIZ
[all...]
H A Dhist.c61 el->el_history.buf = el_malloc(EL_BUFSIZ * sizeof(*el->el_history.buf));
62 el->el_history.sz = EL_BUFSIZ;
H A Dmap.c1126 char outbuf[EL_BUFSIZ];
1151 char unparsbuf[EL_BUFSIZ], extrabuf[EL_BUFSIZ];
1251 Char inbuf[EL_BUFSIZ];
1252 Char outbuf[EL_BUFSIZ];
H A Dread.c118 if (el->el_line.limit != &el->el_line.buffer[EL_BUFSIZ - 2])
119 (void) fprintf(el->el_errfile, "limit != &buffer[EL_BUFSIZ-2]\r\n");
203 char buf[EL_BUFSIZ];
206 (size_t) MIN(chrs, EL_BUFSIZ - 1));
H A Dkeymacro.c99 #define KEY_BUFSIZ EL_BUFSIZ
591 char unparsbuf[EL_BUFSIZ];
H A Dcommon.c654 EL_BUFSIZ);
727 EL_BUFSIZ);
909 Char tmpbuf[EL_BUFSIZ];
H A Dvi.c959 EL_BUFSIZ);
1016 #define TMP_BUFSIZ (EL_BUFSIZ * MB_LEN_MAX)
H A Dtty.c1147 char name[EL_BUFSIZ];

Completed in 115 milliseconds