Searched refs:movelog (Results 1 – 3 of 3) sorted by relevance
64 int movelog[BSZ * BSZ]; /* log of all the moves */ variable240 stoc(movelog[i])); in main()315 stoc(movelog[i])); in main()373 board[movelog[movenum - 1]].s_occ = EMPTY; in whatsup()385 board[movelog[movenum - 1]].s_occ = movenum & 1 ? BLACK : WHITE; in whatsup()392 dlog(stoc(movelog[i])); in whatsup()398 fprintf(fp, "%s", stoc(movelog[i])); in whatsup()400 fprintf(fp, " %s\n", stoc(movelog[i])); in whatsup()
261 extern int movelog[BSZ * BSZ]; /* history of moves */
73 movelog[movenum - 1] = mv; in makemove()