Searched refs:item_bottomdesc (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/bsddialog/utility/ |
H A D | util_builders.c | 363 if (opt->item_bottomdesc && in print_menu_items() 442 true, true, opt->item_bottomdesc, &nitems, &items, &focusitem, opt); in checklist_builder() 450 if (output == BSDDIALOG_HELP && opt->item_bottomdesc) in checklist_builder() 467 true, false, opt->item_bottomdesc, &nitems, &items, &focusitem, in menu_builder() 476 if (output == BSDDIALOG_HELP && opt->item_bottomdesc) in menu_builder() 493 true, true, opt->item_bottomdesc, &nitems, &items, &focusitem, opt); in radiolist_builder() 501 if (output == BSDDIALOG_HELP && opt->item_bottomdesc) in radiolist_builder() 518 opt->item_bottomdesc, &nitems, &items, &focusitem, opt); in treeview_builder() 529 if (output == BSDDIALOG_HELP && opt->item_bottomdesc) in treeview_builder() 573 if (opt->item_bottomdesc in form_builder() [all...] |
H A D | util.h | 55 bool item_bottomdesc; member
|
H A D | util_cli.c | 517 opt->item_bottomdesc = true; in parseargs()
|