Home
last modified time | relevance | path

Searched refs:K_LEFT (Results 1 – 13 of 13) sorted by relevance

/linux/tools/perf/ui/
H A Dkeysyms.h13 #define K_LEFT SL_KEY_LEFT macro
H A Dbrowser.c414 (browser->columns && (key == K_LEFT || key == K_RIGHT)) || in ui_browser__run()
449 case K_LEFT: in ui_browser__run()
/linux/tools/perf/ui/browsers/
H A Dheader.c55 case K_LEFT: in list_menu__run()
H A Dmap.c93 case K_LEFT: in map_browser__run()
H A Dannotate-data.c270 case K_LEFT: in annotated_data_browser__run()
H A Dannotate.c910 case K_LEFT: in annotate_browser__run()
H A Dhists.c3247 case K_LEFT: { in evsel__hists_browse()
3553 case K_LEFT: in perf_evsel_menu__run()
/linux/tools/perf/
H A Dbuiltin-annotate.c443 if (key == K_LEFT || key == '<') in hists__find_annotations()
486 case K_LEFT: in hists__find_annotations()
531 case K_LEFT: in hists__find_annotations()
/linux/tools/perf/ui/tui/
H A Dutil.c41 case K_LEFT: in popup_menu__run()
/linux/drivers/accessibility/speakup/
H A Dmain.c1379 RA_PREV_LINE = KVAL(K_LEFT)+1,
2147 case KVAL(K_LEFT): in speakup_key()
2200 (value == KVAL(K_LEFT)) || in speakup_key()
/linux/include/uapi/linux/
H A Dkeyboard.h385 #define K_LEFT K(KT_CUR,1) macro
/linux/tools/perf/util/
H A Dhist.h735 #define K_LEFT -1000 macro
/linux/drivers/tty/vt/
H A Dkeyboard.c827 k_cur(vc, KVAL(K_LEFT), 0); in k_pad()