Lines Matching refs:console_evt
30 return gd->console_evt == CTRL_P; in is_hotkey()
32 return gd->console_evt == CTRL_I; in is_hotkey()
34 return gd->console_evt == CTRL_R; in is_hotkey()
36 return gd->console_evt == CTRL_M; in is_hotkey()
38 return gd->console_evt == CTRL_B; in is_hotkey()
41 return gd->console_evt == CTRL_D; in is_hotkey()
43 return gd->console_evt == CTRL_F; in is_hotkey()
56 if (gd->console_evt == CTRL_M) { in hotkey_run()
62 if (gd->console_evt == CTRL_P) in hotkey_run()
66 if (gd->console_evt == CTRL_I) in hotkey_run()
70 if (gd->console_evt == CTRL_T) in hotkey_run()
74 if (gd->console_evt == CTRL_A) in hotkey_run()
78 if (gd->console_evt == CTRL_L) in hotkey_run()