Home
last modified time | relevance | path

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

/dports/devel/cc65/cc65-2.19/src/ca65/
H A Dcondasm.c87 static unsigned IfCount = 0; variable
94 if (IfCount == 0) { in GetCurrentIf()
97 return &IfStack[IfCount-1]; in GetCurrentIf()
110 return (IfCount == 0) || in GetOverallIfCond()
111 ((IfStack[IfCount-1].Flags & (ifCond | ifParentCond)) == (ifCond | ifParentCond)); in GetOverallIfCond()
164 if (IfCount >= MAX_IFS) { in AllocIf()
169 ID = &IfStack[IfCount]; in AllocIf()
182 ++IfCount; in AllocIf()
203 --IfCount; in FreeIf()
522 return IfCount; in GetIfStack()
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dipxrtdef.h147 ULONG IfCount; member
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dipxrtdef.h147 ULONG IfCount; member
/dports/math/form/form-4.2.1/sources/
H A Dif.c1025 newifcount[i] = AC.IfCount[i]; in DoubleIfBuffers()
1029 M_free(AC.IfCount,"AC.IfCount"); in DoubleIfBuffers()
1037 AC.IfCount = newifcount; in DoubleIfBuffers()
H A Dcheckpoint.c1606 R_FREE(AC.IfCount); in DoRecovery()
1954 R_COPY_B(AC.IfCount, (LONG)sizeof(LONG)*(AC.MaxIf+1), LONG*); in DoRecovery()
2758 S_WRITE_B(AC.IfCount, (LONG)sizeof(LONG)*(AC.MaxIf+1)); in DoSnapshot()
H A Dstructs.h1667 LONG *IfCount; /**< [D] Keeps track of where to go in if */ member
H A Dcompcomm.c4187 AC.IfCount[lenpp++] = 0; in CoIf()
4634 AC.IfCount[lenpp++] = w-OldWork; in CoIf()
4642 u = AC.IfCount[--lenpp]+OldWork; in CoIf()