Searched refs:DLG_EXIT_ESC (Results 1 – 9 of 9) sorted by relevance
362 *resultp = DLG_EXIT_ESC; in dlg_result_key()371 *resultp = DLG_EXIT_ESC; in dlg_result_key()
291 *result = DLG_EXIT_ESC; in handle_my_getc()
128 #define DLG_EXIT_ESC 255 macro
512 result = DLG_EXIT_ESC; in dlg_editbox()
568 result = DLG_EXIT_ESC; in get_search_term()
2103 if (retval == DLG_EXIT_ESC) { in main()
1823 { DLG_EXIT_ESC, "DIALOG_ESC" }, in dlg_exit()
135 with an exit-status different from DLG_EXIT_ERROR or DLG_EXIT_ESC2027 + use DLG_EXIT_ESC constant rather than -1's in several places. This
180 case DLG_EXIT_ESC: in xdialog_menu()