Home
last modified time | relevance | path

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

/mirbsd/src/lib/libedit/
Dchared.c554 newbuffer = el_realloc(el->el_line.buffer, newsz);
572 newbuffer = el_realloc(el->el_chared.c_kill.buf, newsz);
590 newbuffer = el_realloc(el->el_chared.c_undo.buf, newsz);
598 newbuffer = el_realloc(el->el_chared.c_redo.buf, newsz);
Del.h93 #define el_realloc(a,b) realloc(a, b) macro
Dmap.c1394 if ((p = el_realloc(el->el_map.func, nf * sizeof(el_func_t))) == NULL) in map_addfunc()
1397 if ((p = el_realloc(el->el_map.help, nf * sizeof(el_bindings_t))) in map_addfunc()