Home
last modified time | relevance | path

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

/dports/devel/asl/asl-current/
H A Dcode78c10.c267 #define FlagCnt 3 in Decode_f() macro
268 static const char Flags[FlagCnt][3] = {"CY", "HC", "Z"}; in Decode_f()
270 for (*Erg = 0; *Erg < FlagCnt; (*Erg)++) in Decode_f()
328 #undef FlagCnt in Decode_irf()
329 #define FlagCnt 18 in Decode_irf() macro
330 static const char FlagNames[FlagCnt][5] = in Decode_irf()
334 static const ShortInt FlagCodes[FlagCnt] = in Decode_irf()
337 for (*Erg = 0; *Erg < FlagCnt; (*Erg)++) in Decode_irf()
339 if (*Erg >= FlagCnt) return False; in Decode_irf()