Searched refs:MAXJUMPCOUNT (Results 1 – 5 of 5) sorted by relevance
61 #define MAXJUMPCOUNT 32 /* maximum number of jumps (ocChose) */ macro161 short nJump[MAXJUMPCOUNT+1]; // If/Chose token
1077 pFacToken->GetJump()[ 0 ] = MAXJUMPCOUNT+1; in Factor()1093 (pFacToken->GetOpCode() == ocIf ? 3 : MAXJUMPCOUNT); in Factor()1094 while ( (nJumpCount < (MAXJUMPCOUNT - 1)) && (eOp == ocSep) in Factor()1113 (nJumpCount >= MAXJUMPCOUNT)) in Factor()
45 #define MAXJUMPCOUNT 32 /* maximum number of jumps (ocChose) */ macro1198 short nJump[MAXJUMPCOUNT + 1]; in AddOpCode()1199 nJump[ 0 ] = ocIf == eOp ? 3 : MAXJUMPCOUNT+1; in AddOpCode()
43 #define MAXJUMPCOUNT 32 /* maximum number of jumps (ocChose) */ macro
161 nJump[ 0 ] = MAXJUMPCOUNT+1; in SetOpCode()
Completed in 51 milliseconds