Home
last modified time | relevance | path

Searched refs:BUTTON_OK_LABEL (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/bsddialog/lib/
H A Dlib_util.h75 #define BUTTON_OK_LABEL "OK" macro
H A Dtimebox.c139 get_buttons(conf, &bs, BUTTON_OK_LABEL, BUTTON_CANCEL_LABEL); in bsddialog_timebox()
356 get_buttons(conf, &bs, BUTTON_OK_LABEL, BUTTON_CANCEL_LABEL); in bsddialog_datebox()
H A Dmessagebox.c242 get_buttons(conf, &bs, BUTTON_OK_LABEL, NULL); in bsddialog_msgbox()
H A Dbarbox.c450 get_buttons(conf, &bs, BUTTON_OK_LABEL, BUTTON_CANCEL_LABEL); in bsddialog_rangebox()
617 get_buttons(conf, &bs, BUTTON_OK_LABEL, BUTTON_CANCEL_LABEL); in bsddialog_pause()
H A Dcalendarbox.c313 get_buttons(conf, &bs, BUTTON_OK_LABEL, BUTTON_CANCEL_LABEL); in bsddialog_calendar()
H A Dmenubox.c481 get_buttons(conf, &bs, BUTTON_OK_LABEL, BUTTON_CANCEL_LABEL); in do_mixedlist()
H A Dformbox.c620 get_buttons(conf, &bs, BUTTON_OK_LABEL, BUTTON_CANCEL_LABEL); in bsddialog_form()
H A Dlib_util.c266 #define DEFAULT_BUTTON_LABEL BUTTON_OK_LABEL in get_buttons()