Home | History | Annotate | Download | only in gomoku

Lines Matching refs:spot_index

56 	spot_index	o_intersect;	/* intersection spot */
71 static bool better(spot_index, spot_index, player_color);
86 spot_index
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); ) {
148 spot_index bs = us == BLACK ? os : ts;
149 spot_index ws = us == BLACK ? ts : os;
194 better(spot_index as, spot_index bs, player_color us)
227 four_in_a_row(player_color color, spot_index s, direction r)
320 n = (spot_index)(sp - board);
321 BIT_SET(tmpmap, (spot_index)n);
362 for (spot_index s = PT(BSZ, BSZ) + 1; s-- > PT(1, 1); ) {
512 ncbp->c_vertex = (spot_index)(osp - board);
577 for (spot_index s = PT(BSZ, BSZ) + 1; s-- > PT(1, 1); ) {
692 stoc((spot_index)(sp - board)));
743 ncbp->c_vertex = (spot_index)(osp - board);
941 stoc((spot_index)(sp - board)),
993 spot_index s = tcbp->c_vertex;
1018 spot_index s = cbp->c_vertex;
1098 spot_index *ip = &intersect[n];
1128 spot_index s = ip[tcbp - frames];
1176 spot_index s = ip[cbp - frames];