Searched refs:dlg_calloc (Results 1 – 19 of 19) sorted by relevance
/freebsd/contrib/dialog/ |
H A D | columns.c | 114 widths = dlg_calloc(unsigned, maxcols); in dlg_align_columns() 115 offsets = dlg_calloc(unsigned, maxcols); in dlg_align_columns() 116 maxwidth = dlg_calloc(unsigned, maxcols); in dlg_align_columns()
|
H A D | dlg_keys.c | 60 if ((p = dlg_calloc(LIST_BINDINGS, 1)) != 0) { in dlg_register_window() 150 if ((p = dlg_calloc(LIST_BINDINGS, 1)) != 0) { in dlg_register_buttons() 151 if ((q = dlg_calloc(DLG_KEYS_BINDING, 2)) != 0) { in dlg_register_buttons() 652 && (entry = dlg_calloc(LIST_BINDINGS, 1)) != 0 in make_binding() 653 && (data = dlg_calloc(DLG_KEYS_BINDING, 2)) != 0 in make_binding()
|
H A D | argv.c | 126 result = dlg_calloc(char *, count + 1); in dlg_string_to_argv()
|
H A D | mixedform.c | 62 listitems = dlg_calloc(DIALOG_FORMITEM, (size_t) item_no + 1); in dialog_mixedform()
|
H A D | mouse.c | 90 butPtr = dlg_calloc(mseRegion, 1); in dlg_mouse_mkregion()
|
H A D | progressbox.c | 202 WROTE *wrote = dlg_calloc(WROTE, 1); in get_line() 403 obj = dlg_calloc(MY_OBJ, 1); in dlg_progressbox()
|
H A D | inputstr.c | 170 p = dlg_calloc(CACHE, 1); in make_cache() 324 wchar_t *temp = dlg_calloc(wchar_t, len + 1); in dlg_count_wchars()
|
H A D | treeview.c | 601 listitems = dlg_calloc(DIALOG_LISTITEM, (size_t) item_no + 1); in dialog_treeview() 604 depths = dlg_calloc(int, (size_t) item_no + 1); in dialog_treeview()
|
H A D | buildlist.c | 581 data[k].ip = dlg_calloc(DIALOG_LISTITEM *, (item_no + 2)); in dlg_buildlist() 1137 redo = dlg_calloc(DIALOG_LISTITEM, (size_t) item_no + 1); in dlg_buildlist() 1204 listitems = dlg_calloc(DIALOG_LISTITEM, (size_t) item_no + 1); in dialog_buildlist()
|
H A D | tailbox.c | 389 obj = dlg_calloc(MY_OBJ, 1); in dialog_tailbox()
|
H A D | guage.c | 313 obj = dlg_calloc(MY_OBJ, 1); in dlg_reallocate_gauge()
|
H A D | mixedgauge.c | 284 dlg->list = dlg_calloc(DIALOG_LISTITEM, (size_t) aItemNo); in dlg_begin_mixedgauge()
|
H A D | dialog.c | 412 AllBlobs *next = dlg_calloc(AllBlobs, (size_t) 1); in ignore_leak() 520 my_argv = dlg_calloc(const char *, (size_t) my_argc); in unescape_argv() 1577 opts = dlg_calloc(const Options *, limit); in Help()
|
H A D | buttons.c | 138 if ((result = dlg_calloc(int, count + 1)) != 0) { in get_hotkeys()
|
H A D | checklist.c | 634 listitems = dlg_calloc(DIALOG_LISTITEM, (size_t) item_no + 1); in dialog_checklist()
|
H A D | menubox.c | 785 listitems = dlg_calloc(DIALOG_LISTITEM, (size_t) item_no + 1); in dialog_menu()
|
H A D | dialog.h | 622 #define dlg_calloc(t,n) (t *) calloc((size_t)(n), sizeof(t)) macro
|
H A D | formbox.c | 946 listitems = dlg_calloc(DIALOG_FORMITEM, (size_t) item_no + 1); in dialog_form()
|
H A D | util.c | 175 DIALOG_WINDOWS *p = dlg_calloc(DIALOG_WINDOWS, 1); in add_subwindow() 2342 DIALOG_WINDOWS *p = dlg_calloc(DIALOG_WINDOWS, 1); in dlg_new_modal_window()
|