Home
last modified time | relevance | path

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

/dragonfly/contrib/dialog/
H A Dfselect.c121 list->data = dlg_realloc(char *, list->allocd, list->data); in add_to_list()
351 if ((new_ptr = dlg_realloc(char *, data_len + 1, matches)) != 0) { in match()
414 next = dlg_realloc(char, i + 1, buff); in complete()
H A Ddlg_internals.h232 #define dlg_realloc(t,n,p) (t *) realloc((p), (n) * sizeof(t)) macro
H A Ddialog.c556 blob = dlg_realloc(char, length + BUFSIZ + 1, blob); in unescape_argv()
582 *argvp = dlg_realloc(char *, need, *argvp); in unescape_argv()
595 my_argv = dlg_realloc(const char *, need, my_argv); in unescape_argv()
H A Deditbox.c42 (*list) = dlg_realloc(char *, need, *list); in grow_list()
H A Dinputstr.c203 cache->list = dlg_realloc(int, need, cache->list); in same_cache2()
H A Dutil.c2776 dialog_vars.input_result = dlg_realloc(char, in dlg_add_result()