HomeSort by: relevance | last modified time | path
    Searched defs:moveto (Results 1 - 2 of 2) sorted by relevancy

  /src/games/dab/
ttyscrn.cc 51 void TTYSCRN::moveto(size_t y, size_t x) function in class:TTYSCRN
  /src/games/tetris/
screen.c 88 moveto(int r, int c) function in typeref:typename:void
247 moveto(Rows - 1, 0);
312 moveto(0, 0);
327 moveto(r-1, c-1); putstr(" ");
328 moveto(r, c-1); putstr(" ");
329 moveto(r+1, c-1); putstr(" ");
330 moveto(r+2, c-1); putstr(" ");
332 moveto(r-3, c-2);
338 moveto(r, 2*c);
347 moveto(tr, 2*tc)
    [all...]

Completed in 13 milliseconds