Home
last modified time | relevance | path

Searched refs:pushMove (Results 1 – 5 of 5) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/groovie/
H A Dcell.h57 void pushMove();
H A Dcell.cpp249 void CellGame::pushMove() { in pushMove() function in Groovie::CellGame
735 pushMove(); in doGame()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/groovie/
H A Dcell.h57 void pushMove();
H A Dcell.cpp249 void CellGame::pushMove() { in pushMove() function in Groovie::CellGame
733 pushMove(); in doGame()
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/glx/
H A Dglhanoi.c436 static void pushMove(glhcfg *glhanoi, int n, int src, int dst, int avail) { in pushMove() function
522 pushMove(glhanoi, glhanoi->numberOfDisks, 0, in makeMove()
564 pushMove(glhanoi, k, tmp, sp.dst, in makeMove()
566 pushMove(glhanoi, sp.nDisks - k, sp.src, sp.dst, in makeMove()
568 pushMove(glhanoi, k, sp.src, tmp, in makeMove()