Searched refs:_sx (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/games/dab/
H A Dttyscrn.cc173 mvwprintw(stdscr, _sy + s + TTYSCRN::offsscore, _sx, "S %c:%5zd", p.getWho(),
179 mvwprintw(stdscr, _sy + s + TTYSCRN::offstotal, _sx, "T %c:%5zd", p.getWho(),
185 mvwprintw(stdscr, _sy + s + TTYSCRN::offsgames, _sx, "G %c:%5zd", p.getWho(),
191 mvwprintw(stdscr, _sy + TTYSCRN::offsties, _sx, "G =:%5zd", p.getTies());
221 that->_sx = tx - 12;
H A Dttyscrn.h69 size_t _sx, _sy; // board size member in class:TTYSCRN

Completed in 72 milliseconds