Searched refs:TTYSCRN (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/games/dab/
H A Dttyscrn.cc46 void TTYSCRN::clean(void)
51 void TTYSCRN::moveto(size_t y, size_t x)
53 move(y + TTYSCRN::offsy, x + TTYSCRN::offsx);
56 void TTYSCRN::addsym(const int sym)
61 void TTYSCRN::addedge(const int sym)
155 void TTYSCRN::redraw(void)
161 void TTYSCRN::bell(void)
166 int TTYSCRN::getinput(void)
171 void TTYSCRN
[all...]
H A Dttyscrn.h41 class TTYSCRN : public GAMESCREEN { class in inherits:GAMESCREEN
44 static TTYSCRN* create(int acs, size_t *y, size_t *x);
45 ~TTYSCRN();
H A Dmain.cc172 sc = TTYSCRN::create(acs, &ny, &nx);

Completed in 145 milliseconds