Home
last modified time | relevance | path

Searched refs:DLG_EXIT_ESC (Results 1 – 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/dialog/
HDdlg_keys.c303 *resultp = DLG_EXIT_ESC; in dlg_result_key()
312 *resultp = DLG_EXIT_ESC; in dlg_result_key()
HDtailbox.c281 *result = DLG_EXIT_ESC; in handle_my_getc()
HDeditbox.c509 result = DLG_EXIT_ESC; in dlg_editbox()
HDdialog.h137 #define DLG_EXIT_ESC 255 macro
HDtextbox.c553 result = DLG_EXIT_ESC; in get_search_term()
HDdialog.c2139 if (retval == DLG_EXIT_ESC) { in main()
HDutil.c1733 { DLG_EXIT_ESC, "DIALOG_ESC" }, in dlg_exit()
HDCHANGES1720 + use DLG_EXIT_ESC constant rather than -1's in several places. This
/freebsd-13-stable/usr.sbin/tzsetup/
HDtzsetup.c178 case DLG_EXIT_ESC: in xdialog_menu()