Home
last modified time | relevance | path

Searched refs:CASTREF (Results 1 – 10 of 10) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/director/lingo/
H A Dlingo-gr.h43 CASTREF = 259, enumerator
134 #define CASTREF 259 macro
H A Dlingo.cpp342 case CASTREF: in type2str()
H A Dlingo-codegen.cpp158 sym->type = CASTREF; in lookupVar()
H A Dlingo-code.cpp279 if (d.u.sym->type == CASTREF) { in c_varpush()
873 if (counter->type == CASTREF) { in c_repeatwithcode()
H A Dlingo-gr.cpp70 CASTREF = 259, enumerator
161 #define CASTREF 259 macro
H A Dlingo-gr.y90 %token CASTREF VOID VAR POINT RECT ARRAY OBJECT REFERENCE
/dports/games/scummvm/scummvm-2.5.1/engines/director/lingo/
H A Dlingo.cpp653 type = CASTREF; in Datum()
706 case CASTREF: in reset()
855 case CASTREF: in asString()
937 if (type == CASTREF || type == FIELDREF) in asMemberID()
961 return (type == CASTREF || type == FIELDREF); in isCastRef()
974 case CASTREF: in type2str()
1019 case CASTREF: in equalTo()
1219 case CASTREF: in varAssign()
1339 case CASTREF: in varFetch()
1365 case CASTREF: in evalChunkRef()
H A Dlingo-the.cpp1460 if (d.type == CASTREF) { in setTheSprite()
1868 if (obj.type == CASTREF) { in getObjectProp()
1920 } else if (obj.type == CASTREF) { in setObjectProp()
H A Dlingo-builtins.cpp2586 res.type = CASTREF; in b_cast()
/dports/games/scummvm/scummvm-2.5.1/engines/director/
H A Dtypes.h340 CASTREF, enumerator