Lines Matching refs:board
79 * taking the current board into account.86 if (board[pos] || board[pos + *o++] || board[pos + *o++] ||87 board[pos + *o])93 * Write the given shape into the current board, turning it on102 board[pos] = onoff;103 board[pos + *o++] = onoff;104 board[pos + *o++] = onoff;105 board[pos + *o] = onoff;
Indexes created Mon Oct 13 16:09:52 GMT 2025