Lines Matching defs:BSZ
43 * The gomoku 'board' mainly consists of the playing area of BSZ x BSZ spots.
50 #define BSZ 19
51 #define BAREA ((1 + BSZ + 1) * (BSZ + 1) + 1)
57 #define FAREA (2 * BSZ * (BSZ - 4) + 2 * (BSZ - 4) * (BSZ - 4))
71 #define PT(x, y) ((x) + (BSZ + 1) * (y))
252 spot_index moves[BSZ * BSZ]; /* log of all played moves */