Home
last modified time | relevance | path

Searched refs:item_bottomdesc (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/bsddialog/utility/
H A Dutil_builders.c363 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 Dutil.h55 bool item_bottomdesc; member
H A Dutil_cli.c517 opt->item_bottomdesc = true; in parseargs()