Home
last modified time | relevance | path

Searched refs:extra_label (Results 1 – 9 of 9) sorted by relevance

/freebsd/usr.sbin/bsdinstall/partedit/
H A Ddiskmenu.c75 conf.button.extra_label = "Delete"; in diskmenu_show()
H A Dpartedit.c188 conf.button.extra_label = "Revert & Exit"; in main()
197 conf.button.extra_label = NULL; in main()
H A Dgpart_ops.c1145 conf.button.extra_label = "Options"; in gpart_create()
1150 conf.button.extra_label = NULL; in gpart_create()
/freebsd/contrib/bsddialog/lib/
H A Dbsddialog.h126 const char *extra_label; member
H A Dlib_util.c337 d->bs.label[d->bs.nbuttons] = d->conf->button.extra_label != NULL ? in set_buttons()
338 d->conf->button.extra_label : "Extra"; in set_buttons()
/freebsd/contrib/dialog/
H A Dbuttons.c538 return (dialog_vars.extra_label != NULL) in my_extra_label()
539 ? dialog_vars.extra_label in my_extra_label()
H A Ddialog.c289 { "extra-label", svS(extra_label), 1, "<str>" },
906 if (dialog_vars.extra_label == 0) { in call_inputmenu()
908 dialog_vars.extra_label = dlg_strclone(_("Rename")); in call_inputmenu()
921 free(dialog_vars.extra_label); in call_inputmenu()
922 dialog_vars.extra_label = 0; in call_inputmenu()
H A Ddialog.h529 char *extra_label; /* option "--extra-label string" */ member
/freebsd/contrib/bsddialog/utility/
H A Dutil_cli.c480 conf->button.extra_label = optarg; in parseargs()