Home
last modified time | relevance | path

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

/dragonfly/games/gomoku/
H A Dpickmove.c960 struct combostr *tcbp; in updatecombo() local
990 d = dd[tcbp->c_dir]; in updatecombo()
1008 board[tcbp->c_vertex].s_flags |= FFLAG << tcbp->c_dir; in updatecombo()
1101 if (tcbp == fcbp) in checkframes()
1106 mask = str[tcbp - frames]; in checkframes()
1122 n = ip[tcbp - frames]; in checkframes()
1136 n == tcbp->c_vertex + 5 * dd[tcbp->c_dir])) in checkframes()
1147 dd[tcbp->c_dir]; in checkframes()
1328 struct combostr *tcbp; in printcombo() local
1337 stoc(tcbp->c_vertex), pdir[tcbp->c_dir], cbp->c_flags); in printcombo()
[all …]