Searched refs:DIALOG_LISTITEM (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/dialog/
H A Dmenubox.c47 DIALOG_LISTITEM *items;
65 DIALOG_LISTITEM * item,
142 DIALOG_LISTITEM * items,
192 handle_button(int code, DIALOG_LISTITEM * items, int choice)
210 dlg_renamed_menutext(DIALOG_LISTITEM * items, int current, char *newtext)
222 dlg_dummy_menutext(DIALOG_LISTITEM * items, int current, char *newtext)
274 check_hotkey(DIALOG_LISTITEM * items, int choice)
299 DIALOG_LISTITEM * items,
747 DIALOG_LISTITEM *listitems;
749 listitems = dlg_calloc(DIALOG_LISTITEM, (size_
[all...]
H A Ddialog.h618 } DIALOG_LISTITEM; typedef in typeref:struct:__anon940
638 typedef int (DIALOG_INPUTMENU) (DIALOG_LISTITEM * /*items*/, int /*current*/, char * /*newtext*/);
640 extern int dlg_checklist(const char * /*title*/, const char * /*cprompt*/, int /*height*/, int /*width*/, int /*list_height*/, int /*item_no*/, DIALOG_LISTITEM * /*items*/, const char * /*states*/, int /*flag*/, int * /*current_item*/);
642 extern int dlg_menu(const char * /*title*/, const char * /*cprompt*/, int /*height*/, int /*width*/, int /*menu_height*/, int /*item_no*/, DIALOG_LISTITEM * /*items*/, int * /*current_item*/, DIALOG_INPUTMENU /*rename_menu*/);
657 extern int dlg_buildlist(const char * /*title*/, const char * /*cprompt*/, int /*height*/, int /*width*/, int /*list_height*/, int /*item_no*/, DIALOG_LISTITEM * /*items*/, const char * /*states*/, int /*order_mode*/, int * /*current_item*/);
711 extern int dlg_dummy_menutext(DIALOG_LISTITEM * /*items*/, int /*current*/, char * /*newtext*/);
712 extern int dlg_renamed_menutext(DIALOG_LISTITEM * /*items*/, int /*current*/, char * /*newtext*/);
721 extern int dlg_treeview(const char * /*title*/, const char * /*cprompt*/, int /*height*/, int /*width*/, int /*list_height*/, int /*item_no*/, DIALOG_LISTITEM * /*items*/, const char * /*states*/, int * /*depths*/, int /*flag*/, int * /*current_item*/);
748 extern int dlg_calc_list_width(int /*item_no*/, DIALOG_LISTITEM * /*items*/);
753 extern int dlg_default_listitem(DIALOG_LISTITEM * /*item
[all...]
H A Dchecklist.c46 DIALOG_LISTITEM *items;
58 DIALOG_LISTITEM * item,
132 check_hotkey(DIALOG_LISTITEM * items, int choice)
158 DIALOG_LISTITEM * items,
605 DIALOG_LISTITEM *listitems;
612 listitems = dlg_calloc(DIALOG_LISTITEM, (size_t) item_no + 1);
625 dlg_align_columns(&listitems[0].text, (int) sizeof(DIALOG_LISTITEM), item_no);
677 dlg_free_columns(&listitems[0].text, (int) sizeof(DIALOG_LISTITEM), item_no);
H A Dtreeview.c42 DIALOG_LISTITEM *items;
54 DIALOG_LISTITEM * item,
136 check_hotkey(DIALOG_LISTITEM * items, int choice)
161 DIALOG_LISTITEM * items,
578 DIALOG_LISTITEM *listitems;
584 listitems = dlg_calloc(DIALOG_LISTITEM, (size_t) item_no + 1);
601 dlg_align_columns(&listitems[0].text, (int) sizeof(DIALOG_LISTITEM), item_no);
654 dlg_free_columns(&listitems[0].text, (int) sizeof(DIALOG_LISTITEM), item_no);
H A Dbuildlist.c49 DIALOG_LISTITEM *items;
67 DIALOG_LISTITEM * item,
165 check_hotkey(DIALOG_LISTITEM * items, int choice, int selected)
418 DIALOG_LISTITEM * items,
1026 DIALOG_LISTITEM *listitems;
1032 listitems = dlg_calloc(DIALOG_LISTITEM, (size_t) item_no + 1);
1045 dlg_align_columns(&listitems[0].text, (int) sizeof(DIALOG_LISTITEM), item_no);
1094 dlg_free_columns(&listitems[0].text, (int) sizeof(DIALOG_LISTITEM), item_no);
H A Dmixedgauge.c46 DIALOG_LISTITEM *list;
279 dlg->list = dlg_calloc(DIALOG_LISTITEM, (size_t) aItemNo);
H A Dutil.c652 * Print the name (tag) or text from a DIALOG_LISTITEM, highlighting the
1870 dlg_calc_list_width(int item_no, DIALOG_LISTITEM * items)
2188 dlg_default_listitem(DIALOG_LISTITEM * items)
2563 dlg_add_help_listitem(int *result, char **tag, DIALOG_LISTITEM * item)
/freebsd-11-stable/usr.sbin/bsdinstall/partedit/
H A Dgpart_ops.c89 DIALOG_LISTITEM items[] = {
127 DIALOG_LISTITEM items[] = {
174 DIALOG_LISTITEM items[] = {
217 DIALOG_LISTITEM items[] = {
H A Dpart_wizard.c101 DIALOG_LISTITEM *disks = NULL;
/freebsd-11-stable/usr.sbin/tzsetup/
H A Dtzsetup.c135 DIALOG_LISTITEM *listitems;
141 listitems = dlg_calloc(DIALOG_LISTITEM, item_no + 1);

Completed in 91 milliseconds