Searched refs:nook (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/dialog/
H A Dhelp.c45 dialog_vars.nook = FALSE;
H A Dbuttons.c557 if (!dialog_vars.nook)
613 if (!dialog_vars.nook)
632 int n = !dialog_vars.nook;
634 if (!dialog_vars.nook && (button <= 0)) {
682 * the index for the first button (usually "OK" unless --nook was used).
700 * the index of the first button (usually "OK" unless --nook was used).
H A Ddialog.h526 bool nook; /* option "--no-ok" */ member in struct:__anon526
873 #define dlg_enter_buttoncode(code) (dialog_vars.nook ? DLG_EXIT_OK : dlg_ok_buttoncode(code))
H A Dtextbox.c861 if (dialog_vars.nook)
H A Ddialog.c283 { "nook", o_nook, 1, "" }, /* See no-ok */
1589 dialog_vars.nook = TRUE;

Completed in 143 milliseconds