Home
last modified time | relevance | path

Searched refs:el_realloc (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/libedit/
H A Dhist.c191 char *nbuf = el_realloc(buf, maxlen); in hist_command()
230 newbuf = el_realloc(el->el_history.buf, newsz * sizeof(*newbuf)); in hist_enlargebuf()
H A Dchartype.c59 p = el_realloc(conv->cbuff, conv->csize * sizeof(*conv->cbuff)); in ct_conv_cbuff_resize()
80 p = el_realloc(conv->wbuff, conv->wsize * sizeof(*conv->wbuff)); in ct_conv_wbuff_resize()
H A Dreadline.c690 char *what = el_realloc(*fromp, size * sizeof(*what)); in getfrom()
701 nwhat = el_realloc(what, (size <<= 1) * sizeof(*nwhat)); in getfrom()
752 char *with = el_realloc(*top, size * sizeof(*with)); in getto()
761 nwith = el_realloc(with, size * sizeof(*nwith)); in getto()
1020 char *nresult = el_realloc(result, \ in history_expand()
1203 nresult = el_realloc(result, (size_t)size * sizeof(*nresult)); in history_tokenize()
1664 if ((nlp = el_realloc(_history_listp, in history_list()
1669 if ((nl = el_realloc(_history_list, in history_list()
2413 if ((nl = el_realloc(list, max * sizeof(*nl))) == NULL) in rl_completion_matches()
H A Dchared.c502 newbuffer = el_realloc(el->el_line.buffer, newsz * sizeof(*newbuffer)); in ch_enlargebufs()
520 newbuffer = el_realloc(el->el_chared.c_kill.buf, newsz * in ch_enlargebufs()
539 newbuffer = el_realloc(el->el_chared.c_undo.buf, in ch_enlargebufs()
548 newbuffer = el_realloc(el->el_chared.c_redo.buf, in ch_enlargebufs()
H A Del.h94 #define el_realloc(a,b) realloc(a, b) macro
H A Dfilecomplete.c340 nptr = el_realloc(filename, (strlen(pos) + 1) * in fn_filename_completion_function()
351 nptr = el_realloc(dirname, (len + 1) * in fn_filename_completion_function()
482 nmatch_list = el_realloc(match_list, in completion_matches()
H A Dliteral.c115 bp = el_realloc(l->l_buf, sizeof(*l->l_buf) * l->l_len); in literal_add()
H A Dmap.c1412 if ((p = el_realloc(el->el_map.func, nf * in map_addfunc()
1416 if ((p = el_realloc(el->el_map.help, nf * sizeof(*el->el_map.help))) in map_addfunc()