Lines Matching defs:nbox
133 size_t nbox, maxbox = 0;
138 while ((nbox = count_closure(ty, tx, tdir, nb)) != 0)
139 if (nbox > maxbox) {
141 maxbox = nbox;
174 BOX nbox(by, bx, b);
175 if (nbox.count() < 2)
242 size_t nbox, minbox = nb.nx() * nb.ny() + 1;
254 if ((nbox = count_closure(y, x, xdir, nb)) == 0)
257 if (nbox <= minbox) {
259 minbox = nbox;