HomeSort by relevance Sort by last modified time
    Searched full:el_realloc (Results 1 - 7 of 7) sorted by null

  /external/libedit/src/
chartype.c 55 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));
241 p = el_realloc(buff, buffsize * sizeof(*buff));
filecomplete.c 159 nptr = el_realloc(filename, (strlen(temp) + 1) *
170 nptr = el_realloc(dirname, (len + 1) *
296 nmatch_list = el_realloc(match_list,
chared.c 517 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,
el.h 98 #define el_realloc(a,b) realloc(a, b) macro
hist.c 199 newbuf = el_realloc(el->el_history.buf, newsz * sizeof(*newbuf));
readline.c 786 what = el_realloc(from, size * sizeof(*what));
798 nwhat = el_realloc(what,
831 with = el_realloc(to, size * sizeof(*with));
843 nwith = el_realloc(with,
919 char *nresult = el_realloc(result, \
1103 nresult = el_realloc(result, (size_t)size * sizeof(*nresult));
    [all...]
map.c     [all...]

Completed in 251 milliseconds