Home
last modified time | relevance | path

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

/dports/games/scummvm-tools/scummvm-tools-2.5.0/engines/sword2/
H A Ddesword2.cpp72 OP_OROR = 37 enumerator
544 case OP_OROR: in entry()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sword2/
H A Dinterpreter.h96 OP_OROR = 37 // || or OR enumerator
H A Dinterpreter.cpp744 case OP_OROR: in runScript2()
/dports/games/scummvm/scummvm-2.5.1/engines/sword2/
H A Dinterpreter.h96 OP_OROR = 37 // || or OR enumerator
H A Dinterpreter.cpp744 case OP_OROR: in runScript2()
/dports/games/scummvm/scummvm-2.5.1/engines/icb/common/
H A Dpx_scriptengine.h109 #define OP_OROR 38 // || or OR macro
H A Dpx_scriptengine.cpp497 case OP_OROR: { // 38 // '||' in RunScript()