Home
last modified time | relevance | path

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

/dragonfly/contrib/dialog/
HDdlg_keys.c362 *resultp = DLG_EXIT_ESC; in dlg_result_key()
371 *resultp = DLG_EXIT_ESC; in dlg_result_key()
HDtailbox.c291 *result = DLG_EXIT_ESC; in handle_my_getc()
HDdialog.h128 #define DLG_EXIT_ESC 255 macro
HDeditbox.c512 result = DLG_EXIT_ESC; in dlg_editbox()
HDtextbox.c568 result = DLG_EXIT_ESC; in get_search_term()
HDdialog.c2103 if (retval == DLG_EXIT_ESC) { in main()
HDutil.c1823 { DLG_EXIT_ESC, "DIALOG_ESC" }, in dlg_exit()
HDCHANGES135 with an exit-status different from DLG_EXIT_ERROR or DLG_EXIT_ESC
2027 + use DLG_EXIT_ESC constant rather than -1's in several places. This
/dragonfly/usr.sbin/tzsetup/
HDtzsetup.c180 case DLG_EXIT_ESC: in xdialog_menu()