gui_module_menu_kbd_process   29 modules/games/gui_sokoban.c void gui_module_menu_kbd_process();
gui_module_menu_kbd_process   34 modules/games/gui_sokoban.c     /*GUI_MODE_SOKOBAN*/    { GUI_MODE_MODULE, gui_sokoban_draw, gui_sokoban_kbd_process, gui_module_menu_kbd_process, 0, GUI_MODE_FLAG_NODRAWRESTORE };
gui_module_menu_kbd_process   26 modules/games/gui_sudoku.c void gui_module_menu_kbd_process();
gui_module_menu_kbd_process   32 modules/games/gui_sudoku.c     /*GUI_MODE_SUDOKU*/  { GUI_MODE_MODULE, gui_sudoku_draw, gui_sudoku_kbd_process, gui_module_menu_kbd_process, 0, GUI_MODE_FLAG_NODRAWRESTORE };
gui_module_menu_kbd_process   19 modules/gui_bench.c void gui_module_menu_kbd_process();
gui_module_menu_kbd_process   23 modules/gui_bench.c     /*GUI_MODE_BENCH*/  { GUI_MODE_MODULE, gui_bench_draw, gui_bench_kbd_process, gui_module_menu_kbd_process, 0, 0 };
gui_module_menu_kbd_process   12 modules/gui_calendar.c void gui_module_menu_kbd_process();
gui_module_menu_kbd_process   17 modules/gui_calendar.c     /*GUI_MODE_CALENDAR*/   { GUI_MODE_MODULE, gui_calendar_draw, gui_calendar_kbd_process, gui_module_menu_kbd_process, 0, GUI_MODE_FLAG_NODRAWRESTORE };
gui_module_menu_kbd_process   16 modules/gui_debug.c void gui_module_menu_kbd_process();
gui_module_menu_kbd_process   20 modules/gui_debug.c /*GUI_MODE_DEBUG*/  { GUI_MODE_MODULE, gui_debug_draw, gui_debug_kbd_process, gui_module_menu_kbd_process, 0, 0 };
gui_module_menu_kbd_process   14 modules/gui_hexbox.c void gui_module_menu_kbd_process();
gui_module_menu_kbd_process   18 modules/gui_hexbox.c     /*GUI_MODE_HEXBOX*/ { GUI_MODE_MODULE, gui_hexbox_draw, gui_hexbox_kbd_process, gui_module_menu_kbd_process, 0, GUI_MODE_FLAG_NODRAWRESTORE };
gui_module_menu_kbd_process   15 modules/gui_palette.c void gui_module_menu_kbd_process();
gui_module_menu_kbd_process   20 modules/gui_palette.c /*GUI_MODE_PALETTE*/    { GUI_MODE_PALETTE, gui_palette_draw, gui_palette_kbd_process, gui_module_menu_kbd_process, 0, 0 };
gui_module_menu_kbd_process  136 modules/gui_palette.c                 gui_module_menu_kbd_process();
gui_module_menu_kbd_process   74 modules/module_inspector.c void gui_module_menu_kbd_process();
gui_module_menu_kbd_process   79 modules/module_inspector.c /*GUI_MODE_MODULE_INSPECTOR*/   { GUI_MODE_MODULE, gui_module_draw, gui_module_kbd_process, gui_module_menu_kbd_process, 0, 0 };