Home | History | Annotate | Download | only in gomoku

Lines Matching refs:BSZ

92 		return PT((BSZ + 1) / 2, (BSZ + 1) / 2);
95 for (spot_index s = PT(BSZ, BSZ) + 1; s-- > PT(1, 1); ) {
122 spot_index os = PT(BSZ, BSZ); /* our spot */
123 spot_index ts = PT(BSZ, BSZ); /* their spot */
124 for (spot_index s = PT(BSZ, BSZ); s-- > PT(1, 1); ) {
362 for (spot_index s = PT(BSZ, BSZ) + 1; s-- > PT(1, 1); ) {
577 for (spot_index s = PT(BSZ, BSZ) + 1; s-- > PT(1, 1); ) {