Searched refs:DLG_EXIT_ESC (Results 1 – 9 of 9) sorted by relevance
303 *resultp = DLG_EXIT_ESC; in dlg_result_key()312 *resultp = DLG_EXIT_ESC; in dlg_result_key()
281 *result = DLG_EXIT_ESC; in handle_my_getc()
509 result = DLG_EXIT_ESC; in dlg_editbox()
137 #define DLG_EXIT_ESC 255 macro
553 result = DLG_EXIT_ESC; in get_search_term()
2139 if (retval == DLG_EXIT_ESC) { in main()
1733 { DLG_EXIT_ESC, "DIALOG_ESC" }, in dlg_exit()
1720 + use DLG_EXIT_ESC constant rather than -1's in several places. This
178 case DLG_EXIT_ESC: in xdialog_menu()