Searched refs:movelog (Results 1 – 3 of 3) sorted by relevance
70 int movelog[BSZ * BSZ]; /* log of all the moves */ variable256 stoc(movelog[i])); in main()329 stoc(movelog[i])); in main()390 board[movelog[movenum - 1]].s_occ = EMPTY; in whatsup()400 board[movelog[movenum - 1]].s_occ = movenum & 1 ? BLACK : WHITE; in whatsup()407 debuglog("%s", stoc(movelog[i])); in whatsup()413 fprintf(fp, "%s", stoc(movelog[i])); in whatsup()415 fprintf(fp, " %s\n", stoc(movelog[i])); in whatsup()
264 extern int movelog[BSZ * BSZ]; /* history of moves */
78 movelog[movenum - 1] = mv; in makemove()