HomeSort by: relevance | last modified time | path
    Searched defs:verts (Results 1 - 2 of 2) sorted by relevancy

  /src/games/gomoku/
pickmove.c 670 int baseB, fcnt, emask, verts; local in function:makecombo
682 verts = checkframes(cbp, ocbp, osp, cv, &ovi);
683 if (verts < 0)
687 if (verts > 0) {
716 int c = cbp->c_combo.cv_force + ocb.cv_force - verts - 3;
754 if (verts != 0) {
773 "bw"[curcolor], verts, ncbp->c_frameindex, ncbp->c_dir,
1094 int verts = 0; local in function:checkframes
1131 if (verts != 0)
1153 verts++
    [all...]
pickmove.c 670 int baseB, fcnt, emask, verts; local in function:makecombo
682 verts = checkframes(cbp, ocbp, osp, cv, &ovi);
683 if (verts < 0)
687 if (verts > 0) {
716 int c = cbp->c_combo.cv_force + ocb.cv_force - verts - 3;
754 if (verts != 0) {
773 "bw"[curcolor], verts, ncbp->c_frameindex, ncbp->c_dir,
1094 int verts = 0; local in function:checkframes
1131 if (verts != 0)
1153 verts++
    [all...]

Completed in 23 milliseconds