Searched refs:dlg_realloc (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/dialog/ |
H A D | fselect.c | 151 list->data = dlg_realloc(char *, list->allocd, list->data); in add_to_list() 381 if ((new_ptr = dlg_realloc(char *, data_len + 1, matches)) != 0) { in match() 443 buff = dlg_realloc(char, i + 1, buff); in complete()
|
H A D | dialog.c | 564 blob = dlg_realloc(char, length + BUFSIZ + 1, blob); in unescape_argv() 590 *argvp = dlg_realloc(char *, need, *argvp); in unescape_argv() 603 my_argv = dlg_realloc(const char *, need, my_argv); in unescape_argv()
|
H A D | inputstr.c | 219 cache->list = dlg_realloc(int, need, cache->list); in same_cache2()
|
H A D | editbox.c | 44 (*list) = dlg_realloc(char *, need, *list); in grow_list()
|
H A D | dialog.h | 623 #define dlg_realloc(t,n,p) (t *) realloc((p), (n) * sizeof(t)) macro
|
H A D | util.c | 2787 dialog_vars.input_result = dlg_realloc(char, in dlg_add_result()
|