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

/openbsd-current/games/gomoku/
H A Dpickmove.c232 sp = &board[cbp->c_vertex];
253 sp = &board[cbp->c_vertex];
311 board[cbp->c_vertex].s_flg |= MFLAG << r;
479 ncbp->c_vertex = osp - board;
566 fsp = &board[cbp->c_vertex];
713 ncbp->c_vertex = osp - board;
729 n = (vertices[0].o_intersect - ocbp->c_vertex) /
891 sp = &board[cbp->c_vertex];
959 sp = &board[cbp->c_vertex];
970 sp = &board[s = tcbp->c_vertex];
[all...]
H A Dbdinit.c125 cbp->c_vertex = sp - board;
181 sp1 = &board[vertex = cbp->c_vertex];
H A Dmakemove.c160 cp1 = &board[cbp1->c_vertex].s_fval[us][cbp1->c_dir];
167 cp1 = &board[cbp1->c_vertex].s_fval[us][cbp1->c_dir];
H A Dgomoku.h178 u_short c_vertex; /* C:intersection or F:frame head */ member in struct:combostr

Completed in 122 milliseconds