Home
last modified time | relevance | path

Searched refs:ui__getch (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/tools/perf/ui/tui/
Dutil.c132 key = ui__getch(delay_secs); in ui_browser__input_window()
159 key = ui__getch(delay_secs); in ui_browser__input_window()
231 return ui__getch(delay_secs); in ui__question_window()
Dsetup.c56 int ui__getch(int delay_secs) in ui__getch() function
/Linux-v5.10/tools/perf/ui/
Dutil.h7 int ui__getch(int delay_secs);
Dbrowser.c400 key = ui__getch(delay_secs); in ui_browser__run()