Searched refs:el_realloc (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dchartype.c55 p = el_realloc(conv->cbuff, conv->csize);
66 p = el_realloc(conv->wbuff, conv->wsize);
232 p = el_realloc(buff, buffsize * sizeof(*buff));
245 p = el_realloc(buff, buffsize * sizeof(*buff));
H A Del.h98 #define el_realloc(a,b) realloc(a, b) macro
H A Dchared.c574 newbuffer = el_realloc(el->el_line.buffer, newsz * sizeof(*newbuffer));
592 newbuffer = el_realloc(el->el_chared.c_kill.buf, newsz * sizeof(*newbuffer));
610 newbuffer = el_realloc(el->el_chared.c_undo.buf,
619 newbuffer = el_realloc(el->el_chared.c_redo.buf,
H A Dhist.c199 newbuf = el_realloc(el->el_history.buf, newsz * sizeof(*newbuf));
H A Dmap.c1404 if ((p = el_realloc(el->el_map.func, nf * sizeof(el_func_t))) == NULL)
1407 if ((p = el_realloc(el->el_map.help, nf * sizeof(el_bindings_t)))
/macosx-10.10/libedit-40/src/
H A Dchartype.c55 p = el_realloc(conv->cbuff, conv->csize * sizeof(*conv->cbuff));
66 p = el_realloc(conv->wbuff, conv->wsize * sizeof(*conv->wbuff));
228 p = el_realloc(buff, buffsize * sizeof(*buff));
242 p = el_realloc(buff, buffsize * sizeof(*buff));
H A Del.h105 #define el_realloc(a,b) realloc(a, b) macro
H A Dchared.c517 newbuffer = el_realloc(el->el_line.buffer, newsz * sizeof(*newbuffer));
535 newbuffer = el_realloc(el->el_chared.c_kill.buf, newsz *
554 newbuffer = el_realloc(el->el_chared.c_undo.buf,
563 newbuffer = el_realloc(el->el_chared.c_redo.buf,
H A Dhist.c199 newbuf = el_realloc(el->el_history.buf, newsz * sizeof(*newbuf));
H A Dreadline.c784 what = el_realloc(from, size * sizeof(*what));
797 nwhat = el_realloc(what,
829 with = el_realloc(to, (size+1) * sizeof(*with)); // +1 for trailing nil
841 nwith = el_realloc(with,
917 char *nresult = el_realloc(result, \
1101 nresult = el_realloc(result, (size_t)size * sizeof(*nresult));
2169 if ((nl = el_realloc(list, max * sizeof(*nl))) == NULL)
H A Dmap.c1404 if ((p = el_realloc(el->el_map.func, nf *
1408 if ((p = el_realloc(el->el_map.help, nf * sizeof(*el->el_map.help)))
/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Del.h94 #define el_realloc(a,b) realloc(a, b) macro
H A Dchared.c549 newbuffer = el_realloc(el->el_line.buffer, newsz);
567 newbuffer = el_realloc(el->el_chared.c_kill.buf, newsz);
585 newbuffer = el_realloc(el->el_chared.c_undo.buf, newsz);
593 newbuffer = el_realloc(el->el_chared.c_redo.buf, newsz);
H A Dmap.c1391 if ((p = el_realloc(el->el_map.func, nf * sizeof(el_func_t))) == NULL)
1394 if ((p = el_realloc(el->el_map.help, nf * sizeof(el_bindings_t)))

Completed in 141 milliseconds