Searched refs:DIALOG_FORMITEM (Results 1 - 5 of 5) sorted by path

/freebsd-11-stable/contrib/dialog/
H A Ddialog.h500 unsigned formitem_type; /* DIALOG_FORMITEM.type in dialog_form() */
636 } DIALOG_FORMITEM; typedef in typeref:struct:__anon941
641 extern int dlg_form(const char * /*title*/, const char * /*cprompt*/, int /*height*/, int /*width*/, int /*form_height*/, int /*item_no*/, DIALOG_FORMITEM * /*items*/, int * /*current_item*/);
688 extern int dlg_default_formitem(DIALOG_FORMITEM * /*items*/);
690 extern void dlg_free_formitems(DIALOG_FORMITEM * /*items*/);
758 extern void dlg_add_help_formitem(int * /* result */, char ** /* tag */, DIALOG_FORMITEM * /* item */);
H A Dformbox.c43 is_readonly(DIALOG_FORMITEM * item)
49 is_hidden(DIALOG_FORMITEM * item)
78 print_item(WINDOW *win, DIALOG_FORMITEM * item, int scrollamt, bool choice)
135 print_form(WINDOW *win, DIALOG_FORMITEM * item, int total, int scrollamt, int choice)
151 set_choice(DIALOG_FORMITEM item[], int choice, int item_no, bool * noneditable)
178 form_limit(DIALOG_FORMITEM item[])
192 is_first_field(DIALOG_FORMITEM item[], int choice)
206 is_last_field(DIALOG_FORMITEM item[], int choice, int item_no)
224 DIALOG_FORMITEM item[],
288 scroll_next(WINDOW *win, DIALOG_FORMITEM ite
[all...]
H A Dmixedform.c54 DIALOG_FORMITEM *listitems;
62 listitems = dlg_calloc(DIALOG_FORMITEM, (size_t) item_no + 1);
H A Dutil.c2575 dlg_add_help_formitem(int *result, char **tag, DIALOG_FORMITEM * item)
/freebsd-11-stable/usr.sbin/bsdinstall/partedit/
H A Dgpart_ops.c524 DIALOG_FORMITEM items[] = {
896 DIALOG_FORMITEM items[] = {

Completed in 254 milliseconds