Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/ui/tui/
H A Dutil.c38 case K_ENTER: in popup_menu__run()
133 while (key != K_TIMER && key != K_ENTER && key != K_ESC) { in ui_browser__input_window()
155 key = K_ENTER; in ui_browser__input_window()
/linux-6.15/tools/perf/ui/
H A Dkeysyms.h9 #define K_ENTER '\r' macro
H A Dbrowser.c253 return key == K_ENTER || toupper(key) == 'Y'; in ui_browser__dialog_yesno()
/linux-6.15/kernel/debug/kdb/
H A Dkdb_keyboard.c194 if (keychar == K_ENTER) in kdb_get_kbd_char()
/linux-6.15/tools/perf/ui/browsers/
H A Dmap.c55 if (err != K_ENTER) in map_browser__search()
H A Dscripts.c312 if (key != K_ENTER) { in list_scripts()
H A Dannotate.c614 delay_secs * 2) != K_ENTER || in annotate_browser__search_window()
866 case K_ENTER: in annotate_browser__run()
H A Dhists.c3189 delay_secs * 2) == K_ENTER) { in evsel__hists_browse()
3228 delay_secs * 2) == K_ENTER) { in evsel__hists_browse()
3248 case K_ENTER: in evsel__hists_browse()
3522 case K_ENTER: in perf_evsel_menu__run()
3728 case K_ENTER: in block_hists_tui_browse()
/linux-6.15/include/uapi/linux/
H A Dkeyboard.h308 #define K_ENTER K(KT_SPEC,1) macro