Home
last modified time | relevance | path

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

/dports/games/scummvm/scummvm-2.5.1/engines/glk/hugo/
H A Dheset.cpp72 if (!inc && MEM(codeptr+3)==EOL_T) in RunSet()
235 if (!inc && MEM(codeptr)==EOL_T) in RunSet()
271 while (MEM(codeptr)!=EOL_T); in RunSet()
353 else if (MEM(codeptr)==EOL_T) in RunSet()
362 if (MEM(codeptr)==EOL_T) in RunSet()
477 if (MEM(codeptr)==EOL_T) codeptr++; in RunSet()
494 if (MEM(codeptr++)==EOL_T) return; in RunSet()
H A Dhtokens.h70 EOL_T, SYSTEM_T, NOTHELD_T, MULTINOTHELD_T, enumerator
H A Dheexpr.cpp1083 case EOL_T: in SetupExpr()
1093 if (t==EOL_T || t==COMMA_T || t==JUMP_T) in SetupExpr()
H A Dheres.cpp439 if (MEM(codeptr++)!=EOL_T) /* two or more parameters */ in GetResourceParameters()
H A Dheobject.cpp286 if (tail_recursion==TAIL_RECURSION_PROPERTY && MEM(codeptr)==EOL_T) in GetProp()
H A Dherun.cpp935 while (MEM(codeptr) != EOL_T) in RunPrint()
2443 if (MEM(++codeptr)!=EOL_T) in RunWindow()
H A Dhemisc.cpp497 if (tail_recursion==TAIL_RECURSION_ROUTINE && MEM(codeptr)==EOL_T) in CallRoutine()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/hugo/
H A Dheset.cpp72 if (!inc && MEM(codeptr+3)==EOL_T) in RunSet()
235 if (!inc && MEM(codeptr)==EOL_T) in RunSet()
271 while (MEM(codeptr)!=EOL_T); in RunSet()
353 else if (MEM(codeptr)==EOL_T) in RunSet()
362 if (MEM(codeptr)==EOL_T) in RunSet()
477 if (MEM(codeptr)==EOL_T) codeptr++; in RunSet()
494 if (MEM(codeptr++)==EOL_T) return; in RunSet()
H A Dhtokens.h70 EOL_T, SYSTEM_T, NOTHELD_T, MULTINOTHELD_T, enumerator
H A Dheexpr.cpp1083 case EOL_T: in SetupExpr()
1093 if (t==EOL_T || t==COMMA_T || t==JUMP_T) in SetupExpr()
H A Dheres.cpp452 if (MEM(codeptr++)!=EOL_T) /* two or more parameters */ in GetResourceParameters()
H A Dheobject.cpp286 if (tail_recursion==TAIL_RECURSION_PROPERTY && MEM(codeptr)==EOL_T) in GetProp()
H A Dherun.cpp932 while (MEM(codeptr) != EOL_T) in RunPrint()
2433 if (MEM(++codeptr)!=EOL_T) in RunWindow()
H A Dhemisc.cpp497 if (tail_recursion==TAIL_RECURSION_ROUTINE && MEM(codeptr)==EOL_T) in CallRoutine()