Home
last modified time | relevance | path

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

/dragonfly/games/gomoku/
H A Dpickmove.c248 sp = &board[cbp->c_vertex]; in scanframes()
269 sp = &board[cbp->c_vertex]; in scanframes()
492 ncbp->c_vertex = osp - board; in makecombo2()
579 fsp = &board[cbp->c_vertex]; in addframes()
911 sp = &board[cbp->c_vertex]; in makeempty()
978 sp = &board[cbp->c_vertex]; in updatecombo()
1185 (n == cbp->c_vertex || in checkframes()
1287 stoc((*cpp)->c_vertex), in sortcombo()
1298 stoc((*cpp)->c_vertex), in sortcombo()
1449 sp = &board[cbp->c_vertex]; in markcombo()
[all …]
H A Dbdinit.c129 cbp->c_vertex = sp - board; in bdinit()
187 sp1 = &board[vertex = cbp->c_vertex]; in init_overlap()
H A Dmakemove.c165 cp1 = &board[cbp1->c_vertex].s_fval[us][cbp1->c_dir]; in makemove()
172 cp1 = &board[cbp1->c_vertex].s_fval[us][cbp1->c_dir]; in makemove()
H A Dgomoku.h182 u_short c_vertex; /* C:intersection or F:frame head */ member