Searched refs:el_realloc (Results 1 – 3 of 3) sorted by relevance
554 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);
93 #define el_realloc(a,b) realloc(a, b) macro
1394 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()