Searched refs:PanexLoc (Results 1 – 3 of 3) sorted by relevance
54 } PanexLoc; typedef60 PanexLoc *tileOfPosition[MAXSTACKS];61 PanexLoc *positionOfTile[MAXSTACKS];99 extern PanexLoc *startLoc[MAXSTACKS - 1];
763 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()
50 PanexLoc *startLoc[MAXSTACKS - 1] =