Home
last modified time | relevance | path

Searched refs:cancellabel (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/bsddialog/lib/
H A Dmessagebox.c97 const char *oklabel, const char *cancellabel) in do_message() argument
107 set_buttons(&d, true, oklabel, cancellabel); in do_message()
H A Dlib_util.c299 const char *cancellabel) in set_buttons() argument
344 if (cancellabel != NULL && d->conf->button.without_cancel == false) { in set_buttons()
346 d->conf->button.cancel_label : cancellabel; in set_buttons()