Home
last modified time | relevance | path

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

/dports/games/scummvm/scummvm-2.5.1/engines/saga2/
H A Dcode.h49 op_constint, // constant integer enumerator
256 #define IS_CONST(x) ((x) >= op_constint && (x) <= op_conststr)
H A Dinterp.cpp609 case op_constint: // constant integer in interpret()
616 D_OP1(op_constint); in interpret()