Searched refs:el_realloc (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/lib/libedit/ |
| H A D | chartype.c | 59 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() 256 p = el_realloc(buff, buffsize * sizeof(*buff)); in ct_visual_string() 269 p = el_realloc(buff, buffsize * sizeof(*buff)); in ct_visual_string()
|
| H A D | filecomplete.c | 158 nptr = el_realloc(filename, (strlen(temp) + 1) * in fn_filename_completion_function() 169 nptr = el_realloc(dirname, (len + 1) * in fn_filename_completion_function() 301 nmatch_list = el_realloc(match_list, in completion_matches()
|
| H A D | chared.c | 525 newbuffer = el_realloc(el->el_line.buffer, newsz * sizeof(*newbuffer)); in ch_enlargebufs() 543 newbuffer = el_realloc(el->el_chared.c_kill.buf, newsz * in ch_enlargebufs() 562 newbuffer = el_realloc(el->el_chared.c_undo.buf, in ch_enlargebufs() 571 newbuffer = el_realloc(el->el_chared.c_redo.buf, in ch_enlargebufs()
|
| H A D | el.h | 92 #define el_realloc(a,b) realloc(a, b) macro
|
| H A D | readline.c | 821 what = el_realloc(from, size * sizeof(*what)); in _history_expand_command() 833 nwhat = el_realloc(what, in _history_expand_command() 866 with = el_realloc(to, size * sizeof(*with)); in _history_expand_command() 878 nwith = el_realloc(with, in _history_expand_command() 954 char *nresult = el_realloc(result, \ in history_expand() 1139 nresult = el_realloc(result, (size_t)size * sizeof(*nresult)); in history_tokenize() 2193 if ((nl = el_realloc(list, max * sizeof(*nl))) == NULL) in rl_completion_matches()
|
| H A D | hist.c | 203 newbuf = el_realloc(el->el_history.buf, newsz * sizeof(*newbuf)); in hist_enlargebuf()
|
| H A D | map.c | 1411 if ((p = el_realloc(el->el_map.func, nf * in map_addfunc() 1415 if ((p = el_realloc(el->el_map.help, nf * sizeof(*el->el_map.help))) in map_addfunc()
|