Home
last modified time | relevance | path

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

/linux/tools/perf/ui/
H A Dkeysyms.h16 #define K_RIGHT SL_KEY_RIGHT macro
H A Dbrowser.c414 (browser->columns && (key == K_LEFT || key == K_RIGHT)) || in ui_browser__run()
443 case K_RIGHT: in ui_browser__run()
/linux/tools/perf/ui/browsers/
H A Dheader.c50 case K_RIGHT: in list_menu__run()
H A Dannotate.c867 case K_RIGHT: in annotate_browser__run()
H A Dhists.c3242 case K_RIGHT: in evsel__hists_browse()
3514 case K_RIGHT: in perf_evsel_menu__run()
/linux/tools/perf/
H A Dbuiltin-annotate.c412 int key = K_RIGHT; in hists__find_annotations()
483 case K_RIGHT: in hists__find_annotations()
528 case K_RIGHT: in hists__find_annotations()
/linux/tools/perf/ui/tui/
H A Dutil.c37 case K_RIGHT: in popup_menu__run()
/linux/drivers/accessibility/speakup/
H A Dmain.c1380 RA_NEXT_LINE = KVAL(K_RIGHT)+1,
2148 case KVAL(K_RIGHT): in speakup_key()
2201 (value == KVAL(K_RIGHT)); in speakup_key()
/linux/include/uapi/linux/
H A Dkeyboard.h386 #define K_RIGHT K(KT_CUR,2) macro
/linux/tools/perf/util/
H A Dhist.h737 #define K_RIGHT -2000 macro
/linux/drivers/tty/vt/
H A Dkeyboard.c830 k_cur(vc, KVAL(K_RIGHT), 0); in k_pad()