Home
last modified time | relevance | path

Searched refs:e_fval (Results 1 – 2 of 2) sorted by relevance

/dragonfly/games/gomoku/
H A Dpickmove.c712 n = ep->e_fval.c.a + ep->e_fval.c.b - 1; in makecombo()
838 ep->e_fval.s = cbp->c_linkv[1].s; in makeempty()
848 ep->e_fval.s = cbp->c_linkv[0].s; in makeempty()
931 nep->e_fval.s = ep->e_fval.s; in makeempty()
939 nep->e_fval.s); in makeempty()
1378 ep->e_fval.s = cbp->c_linkv[1].s; in markcombo()
1388 ep->e_fval.s = cbp->c_linkv[0].s; in markcombo()
1453 s = ep->e_fval.c.b ? 6 : 5; in markcombo()
H A Dgomoku.h210 union comboval e_fval; /* frame combo value */ member