Home | History | Annotate | Download | only in gomoku

Lines Matching refs:nmoves

118 	for (unsigned int m = 0; m < game.nmoves; m++)
313 game.nmoves + 1, color == BLACK ? 2 : 9, "",
507 if (game.nmoves > 0) {
508 game.nmoves--;
509 board[game.moves[game.nmoves]].s_occ = EMPTY;
519 board[game.moves[game.nmoves]].s_occ =
520 game.nmoves % 2 == 0 ? BLACK : WHITE;
521 game.nmoves++;
526 for (unsigned int m = 0; m < game.nmoves; m++)
532 for (unsigned int m = 0; m < game.nmoves; m++) {
534 if (++m < game.nmoves)