Home
last modified time | relevance | path

Searched refs:left1_label (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/bsddialog/lib/
H A Dbsddialog.h120 const char *left1_label; member
H A Dlib_util.c311 if (d->conf->button.left1_label != NULL) { in set_buttons()
312 d->bs.label[d->bs.nbuttons] = d->conf->button.left1_label; in set_buttons()
/freebsd/contrib/bsddialog/utility/
H A Dutil_cli.c526 conf->button.left1_label = optarg; in parseargs()
/freebsd/contrib/bsddialog/
H A DCHANGELOG128 - conf.button.left1_label, BSDDIALOG_LEFT1 return value.