TEXT_RIGHT       1273 core/gui_draw.c     case TEXT_RIGHT:
TEXT_RIGHT        106 core/gui_mbox.c             case MBOX_TEXT_RIGHT:   justification = TEXT_RIGHT; break;
TEXT_RIGHT        274 modules/games/gui_mastermind.c                           buf, TEXT_COLOR, 0, camera_screen.disp_width-FONT_WIDTH, TEXT_RIGHT);
TEXT_RIGHT        425 modules/games/gui_reversi.c                           buf, MAKE_COLOR(COLOR_BLUE, COLOR_WHITE), 0, camera_screen.disp_width, TEXT_RIGHT);
TEXT_RIGHT        457 modules/games/gui_sokoban.c                           str, MAKE_COLOR(COLOR_BLACK, COLOR_WHITE), 0, camera_screen.disp_width-FONT_WIDTH, TEXT_RIGHT);
TEXT_RIGHT        235 modules/gui_tbox.c             static int x_just[4] = { TEXT_LEFT, TEXT_CENTER, TEXT_RIGHT, TEXT_CENTER };