HomeSort by: relevance | last modified time | path
    Searched refs:el_realloc (Results 1 - 7 of 7) sorted by relevancy

  /src/lib/libedit/
el.h 95 #define el_realloc(a,b) realloc(a, b) macro
literal.c 115 bp = el_realloc(l->l_buf, sizeof(*l->l_buf) * l->l_len);
hist.c 191 char *nbuf = el_realloc(buf, maxlen);
230 newbuf = el_realloc(el->el_history.buf, newsz * sizeof(*newbuf));
chartype.c 59 p = el_realloc(conv->cbuff, conv->csize * sizeof(*conv->cbuff));
80 p = el_realloc(conv->wbuff, conv->wsize * sizeof(*conv->wbuff));
chared.c 504 newbuffer = el_realloc(el->el_line.buffer, newsz * sizeof(*newbuffer));
522 newbuffer = el_realloc(el->el_chared.c_kill.buf, newsz *
541 newbuffer = el_realloc(el->el_chared.c_undo.buf,
550 newbuffer = el_realloc(el->el_chared.c_redo.buf,
map.c 1411 if ((p = el_realloc(el->el_map.func, nf *
1415 if ((p = el_realloc(el->el_map.help, nf * sizeof(*el->el_map.help)))
readline.c 692 char *what = el_realloc(*fromp, size * sizeof(*what));
703 nwhat = el_realloc(what, (size <<= 1) * sizeof(*nwhat));
754 char *with = el_realloc(*top, size * sizeof(*with));
763 nwith = el_realloc(with, size * sizeof(*nwith));
1022 char *nresult = el_realloc(result, \
1205 nresult = el_realloc(result, (size_t)size * sizeof(*nresult));
1666 if ((nlp = el_realloc(_history_listp,
1671 if ((nl = el_realloc(_history_list,
2415 if ((nl = el_realloc(list, max * sizeof(*nl))) == NULL)

Completed in 15 milliseconds