Searched refs:ties (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/games/dab/
H A Dgamescreen.h69 virtual void ties(const PLAYER& p) = 0; // Post tie games
H A Dttyscrn.h58 void ties(const PLAYER& p);
67 offsties = 8 // ties y offset from top of the board
H A Dboard.h74 void ties(const PLAYER& p); // Post ties
H A Dboard.cc234 void BOARD::ties(const PLAYER& p) function in class:BOARD
238 _scrn->ties(p);
H A Dmain.cc98 // Post ties
99 b.ties(*p[0]);
H A Dttyscrn.cc189 void TTYSCRN::ties(const PLAYER& p) function in class:TTYSCRN

Completed in 196 milliseconds