Home | History | Annotate | Download | only in gomoku

Lines Matching refs:c_vertex

266 	if (four_in_a_row(color, cbp->c_vertex, cbp->c_dir))
277 sp = &board[cbp->c_vertex];
341 board[cbp->c_vertex].s_flags |= MFLAG << r;
512 ncbp->c_vertex = (spot_index)(osp - board);
599 fsp = &board[cbp->c_vertex];
743 ncbp->c_vertex = (spot_index)(osp - board);
759 n = (ovi.o_intersect - ocbp->c_vertex) / dd[ocbp->c_dir];
918 sp = &board[cbp->c_vertex];
982 struct spotstr *sp = &board[cbp->c_vertex];
993 spot_index s = tcbp->c_vertex;
1013 board[tcbp->c_vertex].s_flags |= FFLAG << tcbp->c_dir;
1018 spot_index s = cbp->c_vertex;
1045 board[cbp->c_vertex].s_flags |= FFLAG << cbp->c_dir;
1141 (s == tcbp->c_vertex ||
1142 s == tcbp->c_vertex + 5 * dd[tcbp->c_dir]))
1145 (s == fcbp->c_vertex ||
1146 s == fcbp->c_vertex + 5 * dd[fcbp->c_dir]))
1151 (s - tcbp->c_vertex) / dd[tcbp->c_dir];
1189 (s == cbp->c_vertex ||
1190 s == cbp->c_vertex + 5 * dd[cbp->c_dir]))
1193 (s == fcbp->c_vertex ||
1194 s == fcbp->c_vertex + 5 * dd[fcbp->c_dir]))
1198 ovi->o_off = (s - cbp->c_vertex) / dd[cbp->c_dir];
1225 debuglog("sortc: %s%c l%u", stoc(fcbp->c_vertex),
1230 stoc((*cpp)->c_vertex), pdir[(*cpp)->c_dir]);
1287 stoc((*cpp)->c_vertex),
1298 stoc((*cpp)->c_vertex),
1340 stoc(tcbp->c_vertex), pdir[tcbp->c_dir], cbp->c_flags);
1344 stoc(cbp->c_vertex), pdir[cbp->c_dir]);
1452 sp = &board[cbp->c_vertex];
1473 struct spotstr *sp = &board[cbp->c_vertex];