new               247 usr/sample/tetris/tetris.c 			const struct shape *new = &shapes[curshape->rot];
new               249 usr/sample/tetris/tetris.c 			if (fits_in(new, pos))
new               250 usr/sample/tetris/tetris.c 				curshape = new;