Home
last modified time | relevance | path

Searched refs:OK_LABEL (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/bsddialog/utility/
H A Dutil_cli.c97 OK_LABEL, enumerator
220 {"ok-label", required_argument, NULL, OK_LABEL},
250 {"yes-label", required_argument, NULL, OK_LABEL},
579 case OK_LABEL: in parseargs()
/freebsd/contrib/bsddialog/lib/
H A Dlib_util.h36 #define OK_LABEL "OK" macro
H A Dmessagebox.c201 return (do_message(conf, text, rows, cols, OK_LABEL, NULL)); in bsddialog_msgbox()
H A Dtimebox.c113 set_buttons(&d, true, OK_LABEL, CANCEL_LABEL); in bsddialog_timebox()
H A Ddatebox.c347 set_buttons(&d, true, OK_LABEL, CANCEL_LABEL); in bsddialog_calendar()
624 set_buttons(&d, true, OK_LABEL, CANCEL_LABEL); in bsddialog_datebox()
H A Dbarbox.c489 set_buttons(&d, true, OK_LABEL, CANCEL_LABEL); in bsddialog_rangebox()
632 set_buttons(&d, true, OK_LABEL, CANCEL_LABEL); in bsddialog_pause()
H A Dslider.c400 set_buttons(&dialog, true, OK_LABEL, CANCEL_LABEL); in bsddialog_slider()
H A Dmenubox.c514 set_buttons(&d, conf->menu.shortcut_buttons, OK_LABEL, CANCEL_LABEL); in do_mixedlist()
H A Dformbox.c687 set_buttons(&d, true, OK_LABEL, CANCEL_LABEL); in bsddialog_form()
H A Dlib_util.c303 #define DEFAULT_BUTTON_LABEL OK_LABEL in set_buttons()