Lines Matching defs:box
44 #include "box.h"
95 BOX box(y, x, *this);
96 box.reset();
101 * Make a move for player with initial 'c', adding an edge at box(x, y)
124 // New box; name it and count it
131 // Check other box
151 BOX box(y, x, const_cast<BOARD&>(*this));
152 if (box.count() != 4)
170 BOX box(y, x, const_cast<BOARD&>(*this));
171 box.paint();