HelenOS sources

B_SIZE             70 uspace/app/tetris/screen.c static cell curscreen[B_SIZE];  /* non-zero => standout (or otherwise marked) */
B_SIZE             68 uspace/app/tetris/tetris.c cell board[B_SIZE];
B_SIZE            100 uspace/app/tetris/tetris.c 	for (i = B_SIZE; i; i--)
B_SIZE             75 uspace/app/tetris/tetris.h extern cell board[B_SIZE];  /* 1 => occupied, 0 => empty */
B_SIZE             70 uspace/dist/src/c/demos/tetris/screen.c static cell curscreen[B_SIZE];  /* non-zero => standout (or otherwise marked) */
B_SIZE             70 uspace/dist/src/c/demos/tetris/tetris.c cell board[B_SIZE];
B_SIZE            102 uspace/dist/src/c/demos/tetris/tetris.c 	for (i = B_SIZE; i; i--)
B_SIZE             75 uspace/dist/src/c/demos/tetris/tetris.h extern cell board[B_SIZE];  /* 1 => occupied, 0 => empty */
HelenOS homepage, sources at GitHub