Home
last modified time | relevance | path

Searched refs:gmove (Results 1 – 4 of 4) sorted by relevance

/original-bsd/games/chess/
H A Dnondsp.c617 c = fscanf(fd,"%hd%hd%hd%ld%hd%hd%hd",&GameList[GameCnt].gmove, in GetGame()
663 GameList[i].gmove,GameList[i].score,GameList[i].depth, in SaveGame()
681 f = GameList[i].gmove>>8; t = (GameList[i].gmove & 0xFF); in ListGame()
701 f = GameList[GameCnt].gmove>>8; in Undo()
702 t = GameList[GameCnt].gmove & 0xFF; in Undo()
H A Dgnuchess.h59 unsigned short gmove; member
H A Duxdsp.c677 c = fscanf(fd,"%hd%hd%hd%ld%hd%hd%hd",&GameList[GameCnt].gmove, in GetGame()
723 GameList[i].gmove,GameList[i].score,GameList[i].depth, in SaveGame()
741 f = GameList[i].gmove>>8; t = (GameList[i].gmove & 0xFF); in ListGame()
761 f = GameList[GameCnt].gmove>>8; in Undo()
762 t = GameList[GameCnt].gmove & 0xFF; in Undo()
H A Dgnuchess.c99 unsigned short gmove; member
624 if (GameList[j].gmove != *(mp++)) break; in OpeningBook()
801 if (node->t != (GameList[GameCnt].gmove & 0xFF))
1273 GameList[++GameCnt].gmove = (f<<8) + t;
1523 m = GameList[i].gmove; f = m>>8; t = m & 0xFF;