Symbol: el_realloc
lib/libedit/chared.c
508
newbuffer = el_realloc(el->el_line.buffer, newsz * sizeof(*newbuffer));
lib/libedit/chared.c
526
newbuffer = el_realloc(el->el_chared.c_kill.buf, newsz *
lib/libedit/chared.c
545
newbuffer = el_realloc(el->el_chared.c_undo.buf,
lib/libedit/chared.c
554
newbuffer = el_realloc(el->el_chared.c_redo.buf,
lib/libedit/chartype.c
59
p = el_realloc(conv->cbuff, conv->csize * sizeof(*conv->cbuff));
lib/libedit/chartype.c
80
p = el_realloc(conv->wbuff, conv->wsize * sizeof(*conv->wbuff));
lib/libedit/filecomplete.c
340
nptr = el_realloc(filename, (strlen(pos) + 1) *
lib/libedit/filecomplete.c
351
nptr = el_realloc(dirname, (len + 1) *
lib/libedit/filecomplete.c
482
nmatch_list = el_realloc(match_list,
lib/libedit/hist.c
191
char *nbuf = el_realloc(buf, maxlen);
lib/libedit/hist.c
234
newbuf = el_realloc(el->el_history.buf, newsz * sizeof(*newbuf));
lib/libedit/literal.c
115
bp = el_realloc(l->l_buf, sizeof(*l->l_buf) * l->l_len);
lib/libedit/map.c
1448
if ((p = el_realloc(el->el_map.func, nf *
lib/libedit/map.c
1452
if ((p = el_realloc(el->el_map.help, nf * sizeof(*el->el_map.help)))
lib/libedit/readline.c
1023
char *nresult = el_realloc(result, \
lib/libedit/readline.c
1206
nresult = el_realloc(result, (size_t)size * sizeof(*nresult));
lib/libedit/readline.c
1667
if ((nlp = el_realloc(_history_listp,
lib/libedit/readline.c
1672
if ((nl = el_realloc(_history_list,
lib/libedit/readline.c
2416
if ((nl = el_realloc(list, max * sizeof(*nl))) == NULL)
lib/libedit/readline.c
693
char *what = el_realloc(*fromp, size * sizeof(*what));
lib/libedit/readline.c
704
nwhat = el_realloc(what, (size <<= 1) * sizeof(*nwhat));
lib/libedit/readline.c
755
char *with = el_realloc(*top, size * sizeof(*with));
lib/libedit/readline.c
764
nwith = el_realloc(with, size * sizeof(*nwith));