Home | History | Annotate | Download | only in dab

Lines Matching defs:nb

131     BOARD nb(b);
138 while ((nbox = count_closure(ty, tx, tdir, nb)) != 0)
187 BOARD nb(b);
193 BOX box(y, x, nb);
194 if (box.count() < 2 && try_good_turn(box, y, x, dir, nb))
239 BOARD nb(b);
242 size_t nbox, minbox = nb.nx() * nb.ny() + 1;
246 while (find_bad_turn(ty, tx, tdir, nb, last)) {
249 if ((mv = nb.domove(ty, tx, tdir, getWho())) != 0)
254 if ((nbox = count_closure(y, x, xdir, nb)) == 0)