Home
last modified time | relevance | path

Searched refs:dlg_realloc (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/dialog/
H A Dfselect.c151 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 Ddialog.c564 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 Dinputstr.c219 cache->list = dlg_realloc(int, need, cache->list); in same_cache2()
H A Deditbox.c44 (*list) = dlg_realloc(char *, need, *list); in grow_list()
H A Ddialog.h623 #define dlg_realloc(t,n,p) (t *) realloc((p), (n) * sizeof(t)) macro
H A Dutil.c2787 dialog_vars.input_result = dlg_realloc(char, in dlg_add_result()