HelenOS sources

randshape          84 uspace/app/tetris/tetris.c static const struct shape *randshape(void);
randshape         326 uspace/app/tetris/tetris.c 		nextshape = randshape();
randshape         327 uspace/app/tetris/tetris.c 		curshape = randshape();
randshape         358 uspace/app/tetris/tetris.c 				nextshape = randshape();
randshape          86 uspace/dist/src/c/demos/tetris/tetris.c static const struct shape *randshape(void);
randshape         324 uspace/dist/src/c/demos/tetris/tetris.c 		nextshape = randshape();
randshape         325 uspace/dist/src/c/demos/tetris/tetris.c 		curshape = randshape();
randshape         356 uspace/dist/src/c/demos/tetris/tetris.c 				nextshape = randshape();
HelenOS homepage, sources at GitHub