Home
last modified time | relevance | path

Searched refs:PanexLoc (Results 1 – 3 of 3) sorted by relevance

/dports/games/xpanex/xpanex/
H A DPanexP.h54 } PanexLoc; typedef
60 PanexLoc *tileOfPosition[MAXSTACKS];
61 PanexLoc *positionOfTile[MAXSTACKS];
99 extern PanexLoc *startLoc[MAXSTACKS - 1];
H A DPanex.c763 PanexLoc i; in ResetTiles()
777 if (!(w->panex.positionOfTile[stack] = (PanexLoc *) in ResetTiles()
778 malloc(sizeof (PanexLoc) * w->panex.tiles))) in ResetTiles()
780 if (!(startLoc[stack] = (PanexLoc *) in ResetTiles()
781 malloc(sizeof (PanexLoc) * w->panex.tiles))) in ResetTiles()
787 if (!(w->panex.tileOfPosition[stack] = (PanexLoc *) in ResetTiles()
788 malloc(sizeof (PanexLoc) * (w->panex.tiles + 1)))) in ResetTiles()
869 PanexLoc top; in SlideTile()
1081 PanexLoc i;
1099 PanexLoc i; in CheckSolved()
H A DPanexU.c50 PanexLoc *startLoc[MAXSTACKS - 1] =