onoff              95 usr/sample/tetris/shapes.c place(const struct shape *shape, int pos, cell onoff)
onoff              99 usr/sample/tetris/shapes.c 	board[pos] = onoff;
onoff             100 usr/sample/tetris/shapes.c 	board[pos + *o++] = onoff;
onoff             101 usr/sample/tetris/shapes.c 	board[pos + *o++] = onoff;
onoff             102 usr/sample/tetris/shapes.c 	board[pos + *o] = onoff;