Home
last modified time | relevance | path

Searched refs:DIALOG_LISTITEM (Results 1 – 8 of 8) sorted by relevance

/dragonfly/contrib/dialog/
HDdialog.h534 } DIALOG_LISTITEM; typedef
554 typedef int (DIALOG_INPUTMENU) (DIALOG_LISTITEM * /*items*/, int /*current*/, char * /*newtext*/);
556 …int /*height*/, int /*width*/, int /*list_height*/, int /*item_no*/, DIALOG_LISTITEM * /*items*/, …
558 …int /*height*/, int /*width*/, int /*menu_height*/, int /*item_no*/, DIALOG_LISTITEM * /*items*/, …
573 …int /*height*/, int /*width*/, int /*list_height*/, int /*item_no*/, DIALOG_LISTITEM * /*items*/, …
627 extern int dlg_dummy_menutext(DIALOG_LISTITEM * /*items*/, int /*current*/, char * /*newtext*/);
628 extern int dlg_renamed_menutext(DIALOG_LISTITEM * /*items*/, int /*current*/, char * /*newtext*/);
640 …int /*height*/, int /*width*/, int /*list_height*/, int /*item_no*/, DIALOG_LISTITEM * /*items*/, …
674 extern int dlg_calc_list_width(int /*item_no*/, DIALOG_LISTITEM * /*items*/);
679 extern int dlg_default_listitem(DIALOG_LISTITEM * /*items*/);
[all …]
HDmenubox.c47 DIALOG_LISTITEM *items;
65 DIALOG_LISTITEM * item, in print_item()
143 DIALOG_LISTITEM * items, in input_menu_edit()
203 handle_button(int code, DIALOG_LISTITEM * items, int choice) in handle_button()
222 dlg_renamed_menutext(DIALOG_LISTITEM * items, int current, char *newtext) in dlg_renamed_menutext()
235 dlg_dummy_menutext(DIALOG_LISTITEM * items, int current, char *newtext) in dlg_dummy_menutext()
294 check_hotkey(DIALOG_LISTITEM * items, int choice) in check_hotkey()
319 DIALOG_LISTITEM * items, in dlg_menu()
796 DIALOG_LISTITEM *listitems; in dialog_menu()
798 listitems = dlg_calloc(DIALOG_LISTITEM, (size_t) item_no + 1); in dialog_menu()
[all …]
HDchecklist.c46 DIALOG_LISTITEM *items;
58 DIALOG_LISTITEM * item, in print_item()
134 check_hotkey(DIALOG_LISTITEM * items, int choice) in check_hotkey()
160 DIALOG_LISTITEM * items, in dlg_checklist()
632 DIALOG_LISTITEM *listitems; in dialog_checklist()
639 listitems = dlg_calloc(DIALOG_LISTITEM, (size_t) item_no + 1); in dialog_checklist()
652 dlg_align_columns(&listitems[0].text, (int) sizeof(DIALOG_LISTITEM), item_no); in dialog_checklist()
704 dlg_free_columns(&listitems[0].text, (int) sizeof(DIALOG_LISTITEM), item_no); in dialog_checklist()
HDtreeview.c42 DIALOG_LISTITEM *items;
54 DIALOG_LISTITEM * item, in print_item()
139 check_hotkey(DIALOG_LISTITEM * items, int choice) in check_hotkey()
164 DIALOG_LISTITEM * items, in dlg_treeview()
593 DIALOG_LISTITEM *listitems; in dialog_treeview()
609 listitems = dlg_calloc(DIALOG_LISTITEM, (size_t) item_no + 1); in dialog_treeview()
626 dlg_align_columns(&listitems[0].text, (int) sizeof(DIALOG_LISTITEM), item_no); in dialog_treeview()
678 dlg_free_columns(&listitems[0].text, (int) sizeof(DIALOG_LISTITEM), item_no); in dialog_treeview()
HDbuildlist.c45 DIALOG_LISTITEM **ip; /* pointers to items in this list */
60 DIALOG_LISTITEM *items; /* all items in the widget */
127 DIALOG_LISTITEM * item, in print_item()
174 DIALOG_LISTITEM *target = (okIndex(all, choice) in print_1_list()
233 check_hotkey(DIALOG_LISTITEM * items, int choice, int selected) in check_hotkey()
513 DIALOG_LISTITEM * items, in dlg_buildlist()
581 data[k].ip = dlg_calloc(DIALOG_LISTITEM *, (item_no + 2)); in dlg_buildlist()
1130 DIALOG_LISTITEM *redo; in dlg_buildlist()
1135 redo = dlg_calloc(DIALOG_LISTITEM, (size_t) item_no + 1); in dlg_buildlist()
1151 memcpy(items, redo, sizeof(DIALOG_LISTITEM) * (size_t) (item_no + 1)); in dlg_buildlist()
[all …]
HDmixedgauge.c46 DIALOG_LISTITEM *list;
284 dlg->list = dlg_calloc(DIALOG_LISTITEM, (size_t) aItemNo); in dlg_begin_mixedgauge()
HDutil.c2096 dlg_calc_list_width(int item_no, DIALOG_LISTITEM * items) in dlg_calc_list_width()
2509 dlg_default_listitem(DIALOG_LISTITEM * items) in dlg_default_listitem()
2891 dlg_add_help_listitem(int *result, char **tag, DIALOG_LISTITEM * item) in dlg_add_help_listitem()
/dragonfly/usr.sbin/tzsetup/
HDtzsetup.c134 DIALOG_LISTITEM *listitems; in xdialog_menu()
140 listitems = calloc(item_no + 1, sizeof(DIALOG_LISTITEM)); in xdialog_menu()