Home
last modified time | relevance | path

Searched refs:HandleSolved (Results 1 – 22 of 22) sorted by relevance

/dports/games/xtriangles/xtriangles/
H A Dxtriangles.c81 static Boolean HandleSolved(int counter, int size);
228 if (HandleSolved(movesDsp, size)) in CallbackTriangles()
283 HandleSolved(int counter, int size) in HandleSolved() function
H A Dxmtriangles.c89 static Boolean HandleSolved(int counter, int size);
307 if (HandleSolved(movesDsp, size)) in CallbackTriangles()
387 HandleSolved(int counter, int size) in HandleSolved() function
/dports/games/xhexagons/xhexagons/
H A Dxhexagons.c84 static Boolean HandleSolved(int counter, int size, Boolean corners);
236 if (HandleSolved(movesDsp, size, corners)) in CallbackHexagons()
298 HandleSolved(int counter, int size, Boolean corners) in HandleSolved() function
H A Dxmhexagons.c93 static Boolean HandleSolved(int counter, int size, int corners);
321 if (HandleSolved(movesDsp, size, corners)) in CallbackHexagons()
426 HandleSolved(int counter, int size, int corners) in HandleSolved() function
/dports/games/xpanex/xpanex/
H A Dxpanex.c81 static Boolean HandleSolved(int counter, int tiles, int mode);
238 if (HandleSolved(movesDsp, tiles, mode)) in CallbackPanex()
295 HandleSolved(int counter, int tiles, int mode) in HandleSolved() function
H A Dxmpanex.c91 static Boolean HandleSolved(int counter, int tiles, int mode);
337 if (HandleSolved(movesDsp, tiles, mode)) in CallbackPanex()
438 HandleSolved(int counter, int tiles, int mode) in HandleSolved() function
/dports/games/xmball/xmball/
H A Dxmball.c81 static Boolean HandleSolved(int counter, int wedges, int rings, Boolean orient);
258 if (HandleSolved(movesDsp, wedges, rings, orient)) in CallbackMball()
348 HandleSolved(int counter, int wedges, int rings, Boolean orient) in HandleSolved() function
H A Dxmmball.c89 static Boolean HandleSolved(int counter, int wedges, int rings, Boolean orient);
383 if (HandleSolved(movesDsp, wedges, rings, orient)) in CallbackMball()
565 HandleSolved(int counter, int wedges, int rings, Boolean orient) in HandleSolved() function
/dports/games/xmlink/xmlink/
H A Dxmlink.c81 static Boolean HandleSolved(int counter,
257 if (HandleSolved(movesDsp, tiles, faces, orient, middle)) in CallbackMlink()
341 HandleSolved(int counter, int tiles, int faces, Boolean orient, Boolean middle) in HandleSolved() function
H A Dxmmlink.c89 static Boolean HandleSolved(int counter, int tiles, int faces, Boolean orient,
369 if (HandleSolved(movesDsp, tiles, faces, orient, middle)) in CallbackMlink()
537 HandleSolved(int counter, int tiles, int faces, Boolean orient, Boolean middle) in HandleSolved() function
/dports/games/xskewb/xskewb/
H A Dxskewb.c82 static Boolean HandleSolved(int counter, Boolean orient);
327 if (HandleSolved(movesDsp, orient)) in CallbackSkewb()
398 HandleSolved(int counter, Boolean orient) in HandleSolved() function
H A Dxmskewb.c89 static Boolean HandleSolved(int counter, Boolean orient);
387 if (HandleSolved(movesDsp, orient)) in CallbackSkewb()
500 HandleSolved(int counter, Boolean orient) in HandleSolved() function
/dports/games/xcubes/xcubes/
H A Dxcubes.c80 static Boolean HandleSolved(int counter, int sizeX, int sizeY, int sizeZ);
233 if (HandleSolved(movesDsp, sizeX, sizeY, sizeZ)) in CallbackCubes()
316 HandleSolved(int counter, int sizeX, int sizeY, int sizeZ) in HandleSolved() function
H A Dxmcubes.c87 static Boolean HandleSolved(int counter, int sizeX, int sizeY, int sizeZ);
337 if (HandleSolved(movesDsp, sizeX, sizeY, sizeZ)) in CallbackCubes()
493 HandleSolved(int counter, int sizeX, int sizeY, int sizeZ) in HandleSolved() function
/dports/games/xoct/xoct/
H A Dxoct.c86 static Boolean HandleSolved(int counter, int size, int mode,
272 if (HandleSolved(movesDsp, size, mode, orient, sticky)) in CallbackOct()
377 HandleSolved(int counter, int size, int mode, Boolean orient, Boolean sticky) in HandleSolved() function
H A Dxmoct.c96 static Boolean HandleSolved(int counter, int size, int mode,
392 if (HandleSolved(movesDsp, size, mode, orient, sticky)) in CallbackOct()
625 HandleSolved(int counter, int size, int mode, Boolean orient, Boolean sticky) in HandleSolved() function
/dports/games/xpyraminx/xpyraminx/
H A Dxpyraminx.c86 static Boolean HandleSolved(int counter, int size, int mode,
268 if (HandleSolved(movesDsp, size, mode, orient, sticky)) in CallbackPyraminx()
373 HandleSolved(int counter, int size, int mode, Boolean orient, Boolean sticky) in HandleSolved() function
H A Dxmpyraminx.c96 static Boolean HandleSolved(int counter, int size, int mode,
387 if (HandleSolved(movesDsp, size, mode, orient, sticky)) in CallbackPyraminx()
620 HandleSolved(int counter, int size, int mode, Boolean orient, Boolean sticky) in HandleSolved() function
/dports/games/xdino/xdino/
H A Dxdino.c84 static Boolean HandleSolved(int counter, int mode, Boolean orient);
340 if (HandleSolved(movesDsp, mode, orient)) in CallbackDino()
423 HandleSolved(int counter, int mode, Boolean orient) in HandleSolved() function
H A Dxmdino.c92 static Boolean HandleSolved(int counter, int mode, Boolean orient);
424 if (HandleSolved(movesDsp, mode, orient)) in CallbackDino()
574 HandleSolved(int counter, int mode, Boolean orient) in HandleSolved() function
/dports/games/xrubik/xrubik/
H A Dxrubik.c86 static Boolean HandleSolved(int counter, int sizex, int sizey, int sizez,
348 if (HandleSolved(movesDsp, sizex, sizey, sizez, orient)) in CallbackRubik()
470 HandleSolved(int counter, int sizex, int sizey, int sizez, Boolean orient) in HandleSolved() function
H A Dxmrubik.c94 static int HandleSolved(int counter, int sizex, int sizey, int sizez,
452 if (HandleSolved(movesDsp, sizex, sizey, sizez, orient)) in CallbackRubik()
708 HandleSolved(int counter, int sizex, int sizey, int sizez, Boolean orient) in HandleSolved() function