Home
last modified time | relevance | path

Searched refs:GoBoardPiece (Results 1 – 2 of 2) sorted by relevance

/dports/games/cgoban/cgoban-1.9.14/src/
H A DgoBoard.c35 board->pieces = wms_malloc(board->area * sizeof(GoBoardPiece)); in goBoard_create()
84 GoBoardPiece *sp, *dp; in goBoard_copy()
152 GoBoardPiece *oppList[4], *new, *neighbor, *group, *groupNeighbor; in goBoard_addStone()
153 GoBoardPiece *oppOppList[4]; in goBoard_addStone()
154 GoBoardPiece *oldHead; in goBoard_addStone()
155 GoBoardPiece *libs[GOBOARD_MAXSIZE*GOBOARD_MAXSIZE]; in goBoard_addStone()
325 GoBoardPiece *remove, *group, *neighbor, *oppList[4]; in addEmpty()
379 GoBoardPiece *new, *neighbor, *deadList[4]; in goBoard_quickHash()
484 GoBoardPiece *oppList[4]; in goBoard_rmGroup()
485 GoBoardPiece *dead, *neighbor; in goBoard_rmGroup()
[all …]
H A DgoBoard.h34 } GoBoardPiece; typedef
39 GoBoardPiece *pieces;
55 typedef GoBoardPiece *GoBoardGroupIter;