Searched refs:K_ESC (Results 1 – 9 of 9) sorted by relevance
10 #define K_ESC 033 macro
20 case K_ESC: name = "ESC"; break; in key_name()
42 case K_ESC: in popup_menu__run()133 while (key != K_TIMER && key != K_ENTER && key != K_ESC) { in ui_browser__input_window()258 return K_ESC; in __ui__warning()
85 if (key != K_ESC) in ui__getch()94 return K_ESC; in ui__getch()
66 case K_ESC: in list_menu__run()
96 case K_ESC: in map_browser__run()
556 case K_ESC: in annotated_data_browser__run()
3277 case K_ESC: in evsel__hists_browse()3288 if (key == K_ESC && in evsel__hists_browse()3577 case K_ESC: in perf_evsel_menu__run()3583 case K_ESC: in perf_evsel_menu__run()3745 case K_ESC: in block_hists_tui_browse()
1017 case K_ESC: in annotate_browser__run()
Completed in 777 milliseconds