mpopup_actions_y   38 modules/gui_mpopup.c static coord                    mpopup_actions_x, mpopup_actions_y;    // top-left coord of window
mpopup_actions_y   81 modules/gui_mpopup.c     coord y = mpopup_actions_y;
mpopup_actions_y  112 modules/gui_mpopup.c         mpopup_actions_y = y;
mpopup_actions_y  166 modules/gui_mpopup.c     if ((sx >= mpopup_actions_x) && (sx <= mpopup_actions_x+mpopup_actions_w*FONT_WIDTH) && (sy >= mpopup_actions_y) && (sy <= mpopup_actions_y+mpopup_actions_num*FONT_HEIGHT))
mpopup_actions_y  168 modules/gui_mpopup.c         sy = (sy - mpopup_actions_y) / FONT_HEIGHT;