Home
last modified time | relevance | path

Searched refs:K_RIGHT (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/tools/perf/ui/
Dkeysyms.h16 #define K_RIGHT SL_KEY_RIGHT macro
Dbrowser.c411 (browser->columns && (key == K_LEFT || key == K_RIGHT)) || in ui_browser__run()
440 case K_RIGHT: in ui_browser__run()
/Linux-v4.19/tools/perf/ui/browsers/
Dheader.c52 case K_RIGHT: in list_menu__run()
Dannotate.c804 case K_RIGHT: in annotate_browser__run()
Dhists.c2908 case K_RIGHT: in perf_evsel__hists_browse()
3156 case K_RIGHT: in perf_evsel_menu__run()
/Linux-v4.19/tools/perf/ui/tui/
Dutil.c39 case K_RIGHT: in popup_menu__run()
/Linux-v4.19/tools/perf/
Dbuiltin-annotate.c310 int key = K_RIGHT; in hists__find_annotations()
360 case K_RIGHT: in hists__find_annotations()
/Linux-v4.19/tools/perf/util/
Dhist.h481 #define K_RIGHT -2000 macro
/Linux-v4.19/include/uapi/linux/
Dkeyboard.h386 #define K_RIGHT K(KT_CUR,2) macro
/Linux-v4.19/drivers/staging/speakup/
Dmain.c2132 case KVAL(K_RIGHT): in speakup_key()
2185 (value == KVAL(K_RIGHT)); in speakup_key()
/Linux-v4.19/drivers/tty/vt/
Dkeyboard.c793 k_cur(vc, KVAL(K_RIGHT), 0); in k_pad()