Home
last modified time | relevance | path

Searched refs:StructSeg (Results 1 – 12 of 12) sorted by relevance

/dports/devel/asl/asl-current/
H A Dasmdef.c56 Word Grans[StructSeg + 1]; /* Groesse der Adressierungselemente */
57 Word ListGrans[StructSeg + 1]; /* Wortgroesse im Listing */
58 ChunkList SegChunks[StructSeg + 1]; /* Belegungen */
60 Boolean PCsUsed[StructSeg + 1]; /* PCs bereits initialisiert ? */
372 Phases = (LargeWord*)malloc((StructSeg + 1) * sizeof(LargeWord)); in asmdef_init()
373 PCs = (LargeWord*)malloc((StructSeg + 1) * sizeof(LargeWord)); in asmdef_init()
H A Dasmdef.h142 #define StructSeg (PCMax + 1) macro
247 extern Word Grans[StructSeg+1];
248 extern Word ListGrans[StructSeg+1];
249 extern ChunkList SegChunks[StructSeg+1];
251 extern Boolean PCsUsed[StructSeg+1];
H A Dasmallg.c712 else if (ActPC == StructSeg) WrError(ErrNum_PhaseDisallowed); in CodePHASE()
735 else if (ActPC == StructSeg) WrError(ErrNum_PhaseDisallowed); in CodeDEPHASE()
1566 else if (ActPC == StructSeg) WrError(ErrNum_NotInStruct); in CodeBINCLUDE()
1768 if (ActPC != StructSeg) in CodeSTRUCT()
1772 ActPC = StructSeg; in CodeSTRUCT()
1777 ClearChunk(SegChunks + StructSeg); in CodeSTRUCT()
1883 ClearChunk(SegChunks + StructSeg); in CodeENDSTRUCT()
H A Dcodekenbak.c756 if (ActPC == StructSeg) in CodeBIT()
H A Dcodest6.c660 if (ActPC == StructSeg) in DecodeBIT()
H A Das.c2176 if ((ActPC != StructSeg) && (!ChkPC(PCs[ActPC] + CodeLen - 1)) && (CodeLen != 0)) in WriteCode()
2182 if ((!DontPrint) && (ActPC != StructSeg) && (CodeLen > 0)) in WriteCode()
2184 if (ActPC == StructSeg) in WriteCode()
2749 for (z = 1; z <= StructSeg; z++) in AssembleFile_InitPass()
H A Dcodes12z.c2361 if (ActPC == StructSeg) in DecodeDEFBIT()
2407 if (ActPC == StructSeg) in DecodeDEFBITFIELD()
H A Dcodeh8_3.c2067 if (ActPC == StructSeg) in DecodeBIT()
H A Dcodeh8_5.c1768 if (ActPC == StructSeg) in DecodeBIT()
H A Dcodest7.c2182 if (ActPC == StructSeg) in DecodeBIT()
H A Dcodez8.c2398 if (ActPC == StructSeg) in DecodeDEFBIT()
H A Dcodeh16.c2869 if (ActPC == StructSeg) in DecodeBIT()