Home
last modified time | relevance | path

Searched refs:help_label (Results 1 – 7 of 7) sorted by relevance

/freebsd/usr.sbin/bsdinstall/partedit/
H A Ddiskmenu.c78 conf.button.help_label = "Revert"; in diskmenu_show()
/freebsd/contrib/bsddialog/lib/
H A Dbsddialog.h131 const char *help_label; member
H A Dlib_util.c353 d->bs.label[d->bs.nbuttons] = d->conf->button.help_label != NULL ? in set_buttons()
354 d->conf->button.help_label : "Help"; in set_buttons()
/freebsd/contrib/dialog/
H A Dbuttons.c546 return (dialog_vars.help_label != NULL) in my_help_label()
547 ? dialog_vars.help_label in my_help_label()
H A Ddialog.h530 char *help_label; /* option "--help-label string" */ member
H A Ddialog.c296 { "help-label", svS(help_label), 1, "<str>" },
/freebsd/contrib/bsddialog/utility/
H A Dutil_cli.c492 conf->button.help_label = optarg; in parseargs()