EL_BUFSIZ
el->el_line.buffer = calloc(EL_BUFSIZ, sizeof(*el->el_line.buffer));
el->el_line.limit = &el->el_line.buffer[EL_BUFSIZ - EL_LEAVE];
el->el_chared.c_undo.buf = calloc(EL_BUFSIZ,
el->el_chared.c_redo.buf = reallocarray(NULL, EL_BUFSIZ,
el->el_chared.c_redo.lim = el->el_chared.c_redo.buf + EL_BUFSIZ;
el->el_chared.c_kill.buf = calloc(EL_BUFSIZ,
if (len >= EL_BUFSIZ - 16)
EL_BUFSIZ);
EL_BUFSIZ);
wchar_t tmpbuf[EL_BUFSIZ];
el->el_history.buf = reallocarray(NULL, EL_BUFSIZ,
el->el_history.sz = EL_BUFSIZ;
char unparsbuf[EL_BUFSIZ];
#define KEY_BUFSIZ EL_BUFSIZ
char outbuf[EL_BUFSIZ];
char unparsbuf[EL_BUFSIZ], extrabuf[EL_BUFSIZ];
wchar_t inbuf[EL_BUFSIZ];
wchar_t outbuf[EL_BUFSIZ];
if (el->el_search.patlen >= EL_BUFSIZ)
el->el_search.patlen = EL_BUFSIZ - 1;
if (el->el_search.patlen >= EL_BUFSIZ - LEN)
EL_BUFSIZ - LEN) {
wchar_t tmpbuf[EL_BUFSIZ];
EL_BUFSIZ - 3);
(void) wcsncpy(el->el_search.patbuf, tmpbuf, EL_BUFSIZ - 1);
el->el_search.patbuf = reallocarray(NULL, EL_BUFSIZ,
char name[EL_BUFSIZ];
EL_BUFSIZ);
#define TMP_BUFSIZ (EL_BUFSIZ * MB_LEN_MAX)
wchar_t buf[EL_BUFSIZ];
off = EL_BUFSIZ - max(m0->m_pkthdr.len, ETHER_MIN_LEN);