Home
last modified time | relevance | path

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

/freebsd/contrib/dialog/
H A Dmenubox.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()
287 check_hotkey(DIALOG_LISTITEM * items, int choice) in check_hotkey()
312 DIALOG_LISTITEM * items, in dlg_menu()
783 DIALOG_LISTITEM *listitems; in dialog_menu()
785 listitems = dlg_calloc(DIALOG_LISTITEM, (size_t) item_no + 1); in dialog_menu()
[all …]
H A Ddialog.h683 } DIALOG_LISTITEM; typedef
703 typedef int (DIALOG_INPUTMENU) (DIALOG_LISTITEM * /*items*/, int /*current*/, char * /*newtext*/);
705 …int /*height*/, int /*width*/, int /*list_height*/, int /*item_no*/, DIALOG_LISTITEM * /*items*/, …
707 …int /*height*/, int /*width*/, int /*menu_height*/, int /*item_no*/, DIALOG_LISTITEM * /*items*/, …
722 …int /*height*/, int /*width*/, int /*list_height*/, int /*item_no*/, DIALOG_LISTITEM * /*items*/, …
776 extern int dlg_dummy_menutext(DIALOG_LISTITEM * /*items*/, int /*current*/, char * /*newtext*/);
777 extern int dlg_renamed_menutext(DIALOG_LISTITEM * /*items*/, int /*current*/, char * /*newtext*/);
789 …int /*height*/, int /*width*/, int /*list_height*/, int /*item_no*/, DIALOG_LISTITEM * /*items*/, …
823 extern int dlg_calc_list_width(int /*item_no*/, DIALOG_LISTITEM * /*items*/);
828 extern int dlg_default_listitem(DIALOG_LISTITEM * /*items*/);
[all …]
H A Dchecklist.c46 DIALOG_LISTITEM *items;
58 DIALOG_LISTITEM * item, in print_item()
132 check_hotkey(DIALOG_LISTITEM * items, int choice) in check_hotkey()
158 DIALOG_LISTITEM * items, in dlg_checklist()
627 DIALOG_LISTITEM *listitems; in dialog_checklist()
634 listitems = dlg_calloc(DIALOG_LISTITEM, (size_t) item_no + 1); in dialog_checklist()
647 dlg_align_columns(&listitems[0].text, (int) sizeof(DIALOG_LISTITEM), item_no); in dialog_checklist()
699 dlg_free_columns(&listitems[0].text, (int) sizeof(DIALOG_LISTITEM), item_no); in dialog_checklist()
H A Dtreeview.c42 DIALOG_LISTITEM *items;
54 DIALOG_LISTITEM * item, in print_item()
136 check_hotkey(DIALOG_LISTITEM * items, int choice) in check_hotkey()
161 DIALOG_LISTITEM * items, in dlg_treeview()
585 DIALOG_LISTITEM *listitems; in dialog_treeview()
601 listitems = dlg_calloc(DIALOG_LISTITEM, (size_t) item_no + 1); in dialog_treeview()
618 dlg_align_columns(&listitems[0].text, (int) sizeof(DIALOG_LISTITEM), item_no); in dialog_treeview()
670 dlg_free_columns(&listitems[0].text, (int) sizeof(DIALOG_LISTITEM), item_no); in dialog_treeview()
H A Dbuildlist.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()
1132 DIALOG_LISTITEM *redo; in dlg_buildlist()
1137 redo = dlg_calloc(DIALOG_LISTITEM, (size_t) item_no + 1); in dlg_buildlist()
1153 memcpy(items, redo, sizeof(DIALOG_LISTITEM) * (size_t) (item_no + 1)); in dlg_buildlist()
[all …]
H A Dmixedgauge.c46 DIALOG_LISTITEM *list;
284 dlg->list = dlg_calloc(DIALOG_LISTITEM, (size_t) aItemNo); in dlg_begin_mixedgauge()
H A Dutil.c2113 dlg_calc_list_width(int item_no, DIALOG_LISTITEM * items) in dlg_calc_list_width()
2526 dlg_default_listitem(DIALOG_LISTITEM * items) in dlg_default_listitem()
2902 dlg_add_help_listitem(int *result, char **tag, DIALOG_LISTITEM * item) in dlg_add_help_listitem()