UNDO_SIZE          79 modules/games/gui_sokoban.c static int undo[UNDO_SIZE/10];
UNDO_SIZE          98 modules/games/gui_sokoban.c     if (++undo_curr==UNDO_SIZE) undo_curr=0;
UNDO_SIZE         100 modules/games/gui_sokoban.c         if (++undo_begin==UNDO_SIZE) undo_begin=0;
UNDO_SIZE         110 modules/games/gui_sokoban.c         if (undo_curr==0) undo_curr=UNDO_SIZE;
UNDO_SIZE         147 modules/games/gui_sokoban.c         if (undo_curr==UNDO_SIZE) undo_curr=0;