Searched refs:c_vertex (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/games/gomoku/
H A Dpickmove.c249 sp = &board[cbp->c_vertex];
270 sp = &board[cbp->c_vertex];
328 board[cbp->c_vertex].s_flags |= MFLAG << r;
492 ncbp->c_vertex = osp - board;
577 fsp = &board[cbp->c_vertex];
732 ncbp->c_vertex = osp - board;
748 n = (vertices[0].o_intersect - ocbp->c_vertex) /
909 sp = &board[cbp->c_vertex];
976 sp = &board[cbp->c_vertex];
987 sp = &board[s = tcbp->c_vertex];
[all...]
H A Dbdinit.c136 cbp->c_vertex = sp - board;
192 sp1 = &board[vertex = cbp->c_vertex];
H A Dgomoku.h182 u_short c_vertex; /* C:intersection or F:frame head */ member in struct:combostr
H A Dmakemove.c172 cp1 = &board[cbp1->c_vertex].s_fval[us][cbp1->c_dir];
179 cp1 = &board[cbp1->c_vertex].s_fval[us][cbp1->c_dir];

Completed in 59 milliseconds