Searched refs:el_realloc (Results 1 – 7 of 7) sorted by relevance
/external/libedit/src/ |
D | chartype.c | 55 p = el_realloc(conv->cbuff, conv->csize * sizeof(*conv->cbuff)); in ct_conv_buff_resize() 66 p = el_realloc(conv->wbuff, conv->wsize * sizeof(*conv->wbuff)); in ct_conv_buff_resize() 228 p = el_realloc(buff, buffsize * sizeof(*buff)); in ct_visual_string() 241 p = el_realloc(buff, buffsize * sizeof(*buff)); in ct_visual_string()
|
D | filecomplete.c | 159 nptr = el_realloc(filename, (strlen(temp) + 1) * in fn_filename_completion_function() 170 nptr = el_realloc(dirname, (len + 1) * in fn_filename_completion_function() 296 nmatch_list = el_realloc(match_list, in completion_matches()
|
D | el.h | 98 #define el_realloc(a,b) realloc(a, b) macro
|
D | chared.c | 517 newbuffer = el_realloc(el->el_line.buffer, newsz * sizeof(*newbuffer)); in ch_enlargebufs() 535 newbuffer = el_realloc(el->el_chared.c_kill.buf, newsz * in ch_enlargebufs() 554 newbuffer = el_realloc(el->el_chared.c_undo.buf, in ch_enlargebufs() 563 newbuffer = el_realloc(el->el_chared.c_redo.buf, in ch_enlargebufs()
|
D | readline.c | 786 what = el_realloc(from, size * sizeof(*what)); in _history_expand_command() 798 nwhat = el_realloc(what, in _history_expand_command() 831 with = el_realloc(to, size * sizeof(*with)); in _history_expand_command() 843 nwith = el_realloc(with, in _history_expand_command() 919 char *nresult = el_realloc(result, \ in history_expand() 1103 nresult = el_realloc(result, (size_t)size * sizeof(*nresult)); in history_tokenize() 2141 if ((nl = el_realloc(list, max * sizeof(*nl))) == NULL) in rl_completion_matches()
|
D | hist.c | 199 newbuf = el_realloc(el->el_history.buf, newsz * sizeof(*newbuf)); in hist_enlargebuf()
|
D | map.c | 1404 if ((p = el_realloc(el->el_map.func, nf * in map_addfunc() 1408 if ((p = el_realloc(el->el_map.help, nf * sizeof(*el->el_map.help))) in map_addfunc()
|