Searched refs:shortcut_hook (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/private/kernel/boot/
H A Dmenu.h17 typedef void (*shortcut_hook)(char key); typedef
140 void AddShortcut(char key, shortcut_hook function);
141 shortcut_hook FindShortcut(char key) const;
156 shortcut_hook function;
/haiku/src/system/boot/platform/generic/
H A Dtext_menu.cpp531 shortcut_hook function = menu->FindShortcut(key);
/haiku/src/system/boot/loader/
H A Dmenu.cpp390 Menu::AddShortcut(char key, shortcut_hook function)
404 shortcut_hook

Completed in 92 milliseconds