Searched refs:verts (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/games/gomoku/ |
| H A D | pickmove.c | 640 int baseB, fcnt, emask, verts; in makecombo() local 651 verts = checkframes(cbp, ocbp, osp, s, vertices); in makecombo() 652 if (verts < 0) in makecombo() 656 if (verts) { in makecombo() 686 c = cbp->c_combo.c.a + ocb.c.a - verts - 3; in makecombo() 724 if (verts) { in makecombo() 745 "bw"[curcolor], verts, ncbp->c_frameindex, ncbp->c_dir, in makecombo() 1060 int i, n, mask, flg, verts, idx, fcnt; in checkframes() local 1067 verts = 0; in checkframes() 1103 if (verts) in checkframes() [all …]
|