Searched refs:DIALOG_FORMITEM (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/dialog/ |
H A D | formbox.c | 43 is_readonly(DIALOG_FORMITEM * item) in is_readonly() 49 is_hidden(DIALOG_FORMITEM * item) in is_hidden() 78 print_item(WINDOW *win, DIALOG_FORMITEM * item, int scrollamt, bool choice) in print_item() 135 print_form(WINDOW *win, DIALOG_FORMITEM * item, int total, int scrollamt, int choice) in print_form() 151 set_choice(DIALOG_FORMITEM item[], int choice, int item_no, bool * noneditable) in set_choice() 179 form_limit(DIALOG_FORMITEM item[]) in form_limit() 193 is_first_field(DIALOG_FORMITEM item[], int choice) in is_first_field() 207 is_last_field(DIALOG_FORMITEM item[], int choice, int item_no) in is_last_field() 225 DIALOG_FORMITEM item[], in tab_next() 289 scroll_next(WINDOW *win, DIALOG_FORMITEM item[], int stepsize, int *choice, int *scrollamt) in scroll_next() [all …]
|
H A D | mixedform.c | 54 DIALOG_FORMITEM *listitems; in dialog_mixedform() 62 listitems = dlg_calloc(DIALOG_FORMITEM, (size_t) item_no + 1); in dialog_mixedform()
|
H A D | dialog.h | 701 } DIALOG_FORMITEM; typedef 706 …int /*height*/, int /*width*/, int /*form_height*/, int /*item_no*/, DIALOG_FORMITEM * /*items*/, … 753 extern int dlg_default_formitem(DIALOG_FORMITEM * /*items*/); 755 extern void dlg_free_formitems(DIALOG_FORMITEM * /*items*/); 836 extern void dlg_add_help_formitem(int * /* result */, char ** /* tag */, DIALOG_FORMITEM * /* item …
|
H A D | util.c | 2914 dlg_add_help_formitem(int *result, char **tag, DIALOG_FORMITEM * item) in dlg_add_help_formitem()
|