Lines Matching refs:Compact

44 	MK16(Compact, logic),
45 MK16(Compact, status),
46 MK16(Compact, sync),
47 MK16(Compact, screen),
48 MK16(Compact, place),
49 MK32(Compact, getToTableId),
50 MK16(Compact, xcood),
51 MK16(Compact, ycood),
52 MK16(Compact, frame),
53 MK16(Compact, cursorText),
54 MK16(Compact, mouseOn),
55 MK16(Compact, mouseOff),
56 MK16(Compact, mouseClick),
57 MK16(Compact, mouseRelX),
58 MK16(Compact, mouseRelY),
59 MK16(Compact, mouseSizeX),
60 MK16(Compact, mouseSizeY),
61 MK16(Compact, actionScript),
62 MK16(Compact, upFlag),
63 MK16(Compact, downFlag),
64 MK16(Compact, getToFlag),
65 MK16(Compact, flag),
66 MK16(Compact, mood),
67 MK32(Compact, grafixProgId),
68 MK16(Compact, offset),
69 MK16(Compact, mode),
70 MK16(Compact, baseSub),
71 MK16(Compact, baseSub_off),
72 MK16(Compact, actionSub),
73 MK16(Compact, actionSub_off),
74 MK16(Compact, getToSub),
75 MK16(Compact, getToSub_off),
76 MK16(Compact, extraSub),
77 MK16(Compact, extraSub_off),
78 MK16(Compact, dir),
79 MK16(Compact, stopScript),
80 MK16(Compact, miniBump),
81 MK16(Compact, leaving),
82 MK16(Compact, atWatch),
83 MK16(Compact, atWas),
84 MK16(Compact, alt),
85 MK16(Compact, request),
86 MK16(Compact, spWidth_xx),
87 MK16(Compact, spColor),
88 MK16(Compact, spTextId),
89 MK16(Compact, spTime),
90 MK16(Compact, arAnimIndex),
91 MK32(Compact, turnProgId),
92 MK16(Compact, waitingFor),
93 MK16(Compact, arTargetX),
94 MK16(Compact, arTargetY),
95 MK32(Compact, animScratchId),
96 MK16(Compact, megaSet),
153 _compacts = (Compact***)malloc(_numDataLists * sizeof(Compact**)); in SkyCompact()
160 _compacts[i] = (Compact**)malloc(_dataListLen[i] * sizeof(Compact *)); in SkyCompact()
181 _compacts[lcnt][ecnt] = (Compact *)rawPos; in SkyCompact()
279 bool SkyCompact::cptIsId(Compact *cpt, uint16 id) { in cptIsId()
283 Compact *SkyCompact::fetchCpt(uint16 cptId) { in fetchCpt()
293 Compact *SkyCompact::fetchCptInfo(uint16 cptId, uint16 *elems, uint16 *type, char *name) { in fetchCptInfo()
315 uint16 SkyCompact::getSub(Compact *cpt, uint16 mode) { in getSub()
338 void SkyCompact::setSub(Compact *cpt, uint16 mode, uint16 value) { in setSub()
369 uint16 *SkyCompact::getGrafixPtr(Compact *cpt) { in getGrafixPtr()
380 MegaSet *SkyCompact::getMegaSet(Compact *cpt) { in getMegaSet()
408 uint16 *SkyCompact::getTurnTable(Compact *cpt, uint16 dir) { in getTurnTable()
427 void *SkyCompact::getCompactElem(Compact *cpt, uint16 off) { in getCompactElem()