Home
last modified time | relevance | path

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

/openbsd-src/games/gomoku/
H A Dpickmove.c409 struct combostr **scbpp, *fcbp; in makecombo2() local
463 fcbp = fsp->s_frame[r]; in makecombo2()
464 if (ocbp < fcbp) { in makecombo2()
466 scbpp[1] = fcbp; in makecombo2()
468 scbpp[0] = fcbp; in makecombo2()
474 ncbp->c_link[1] = fcbp; in makecombo2()
1056 checkframes(struct combostr *cbp, struct combostr *fcbp, struct spotstr *osp, in checkframes() argument
1070 n = (fcbp - frames) * FAREA; in checkframes()
1079 if (tcbp == fcbp) in checkframes()
1093 if (tcbp->c_dir == fcbp->c_dir && (mask & (0x10 << n))) in checkframes()
[all …]