Home
last modified time | relevance | path

Searched refs:_currentMe (Results 1 – 17 of 17) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/director/lingo/xlibs/
H A Dlabeldrvxobj.cpp79 LabelDrvXObject *me = static_cast<LabelDrvXObject *>(g_lingo->_currentMe.u.obj); in m_new()
84 g_lingo->push(g_lingo->_currentMe); in m_new()
88 LabelDrvXObject *me = static_cast<LabelDrvXObject *>(g_lingo->_currentMe.u.obj); in m_setRange()
100 LabelDrvXObject *me = static_cast<LabelDrvXObject *>(g_lingo->_currentMe.u.obj); in m_getDrive()
H A Dfileio.cpp142 FileObject *me = static_cast<FileObject *>(g_lingo->_currentMe.u.obj); in m_new()
217 g_lingo->push(g_lingo->_currentMe); in m_new()
223 FileObject *me = static_cast<FileObject *>(g_lingo->_currentMe.u.obj); in m_readChar()
262 FileObject *me = static_cast<FileObject *>(g_lingo->_currentMe.u.obj); in m_readToken()
306 FileObject *me = static_cast<FileObject *>(g_lingo->_currentMe.u.obj); in m_readFile()
326 FileObject *me = static_cast<FileObject *>(g_lingo->_currentMe.u.obj); in m_writeChar()
339 FileObject *me = static_cast<FileObject *>(g_lingo->_currentMe.u.obj); in m_writeString()
366 FileObject *me = static_cast<FileObject *>(g_lingo->_currentMe.u.obj); in m_getPosition()
379 FileObject *me = static_cast<FileObject *>(g_lingo->_currentMe.u.obj); in m_setPosition()
406 FileObject *me = static_cast<FileObject *>(g_lingo->_currentMe.u.obj); in m_getLength()
[all …]
H A Dsoundjam.cpp108 g_lingo->push(g_lingo->_currentMe); in m_new()
118 SoundJamObject *me = static_cast<SoundJamObject *>(g_lingo->_currentMe.u.obj); in m_defineCastSound()
133 SoundJamObject *me = static_cast<SoundJamObject *>(g_lingo->_currentMe.u.obj); in m_undefineSound()
164 SoundJamObject *me = static_cast<SoundJamObject *>(g_lingo->_currentMe.u.obj); in m_switchNew()
H A Dpalxobj.cpp82 PalXObject *me = static_cast<PalXObject *>(g_lingo->_currentMe.u.obj); in m_new()
91 g_lingo->push(g_lingo->_currentMe); in m_new()
H A Dwinxobj.cpp76 g_lingo->push(g_lingo->_currentMe); in m_new()
H A Dflushxobj.cpp81 g_lingo->push(g_lingo->_currentMe); in m_new()
H A Dpopupmenuxobj.cpp97 g_lingo->push(g_lingo->_currentMe); in m_new()
H A Dserialportxobj.cpp83 g_lingo->push(g_lingo->_currentMe); in m_new()
H A Dvideodiscxobj.cpp169 g_lingo->push(g_lingo->_currentMe); in m_new()
H A Dcdromxobj.cpp175 g_lingo->push(g_lingo->_currentMe); in m_new()
H A Dorthoplayxobj.cpp142 g_lingo->push(g_lingo->_currentMe); in m_new()
/dports/games/scummvm/scummvm-2.5.1/engines/director/lingo/
H A Dlingo.cpp436 if (_currentMe.type == OBJECT) in execute()
437 debug("me: %s", _currentMe.asString(true).c_str()); in execute()
1155 if (_currentMe.type == OBJECT && _currentMe.u.obj->getObjType() & (kFactoryObj | kScriptObj)) { in printAllVars()
1184 if (_currentMe.type == OBJECT && _currentMe.u.obj->hasProp(name)) { in varAssign()
1185 _currentMe.u.obj->setProp(name, value); in varAssign()
1211 if (_currentMe.type == OBJECT && _currentMe.u.obj->hasProp(name)) { in varAssign()
1212 _currentMe.u.obj->setProp(name, value); in varAssign()
1296 if (_currentMe.type == OBJECT && _currentMe.u.obj->hasProp(name)) { in varFetch()
1297 return _currentMe.u.obj->getProp(name); in varFetch()
1331 if (_currentMe.type == OBJECT && _currentMe.u.obj->hasProp(name)) { in varFetch()
[all …]
H A Dlingo-object.cpp216 g_lingo->push(g_lingo->_currentMe); in m_new()
220 g_lingo->_currentMe.u.obj->dispose(); in m_dispose()
361 ScriptContext *me = static_cast<ScriptContext *>(g_lingo->_currentMe.u.obj); in m_get()
372 ScriptContext *me = static_cast<ScriptContext *>(g_lingo->_currentMe.u.obj); in m_put()
384 AbstractObject *me = g_lingo->_currentMe.u.obj; in m_perform()
398 AbstractObject *me = g_lingo->_currentMe.u.obj; in m_instanceRespondsTo()
415 AbstractObject *me = g_lingo->_currentMe.u.obj; in m_name()
420 AbstractObject *me = g_lingo->_currentMe.u.obj; in m_respondsTo()
517 Window *me = static_cast<Window *>(g_lingo->_currentMe.u.obj); in m_close()
522 Window *me = static_cast<Window *>(g_lingo->_currentMe.u.obj); in m_forget()
[all …]
H A Dlingo-code.cpp231 _currentMe = window->_retMe; in loadStateFromWindow()
241 window->_retMe = _currentMe; in saveStateToWindow()
255 fp->retMe = g_lingo->_currentMe; in pushContext()
263 g_lingo->_currentMe = funcSym.target; in pushContext()
365 g_lingo->_currentMe = fp->retMe; in popContext()
1584 Datum retMe = g_lingo->_currentMe; in call()
1585 g_lingo->_currentMe = target; in call()
1587 g_lingo->_currentMe = retMe; in call()
H A Dlingo-bytecode.cpp579 if (g_lingo->_currentMe.type == OBJECT) { in cb_theassign()
580 if (g_lingo->_currentMe.u.obj->hasProp(name)) { in cb_theassign()
581 g_lingo->_currentMe.u.obj->setProp(name, value); in cb_theassign()
598 if (g_lingo->_currentMe.type == OBJECT) { in cb_thepush()
599 if (g_lingo->_currentMe.u.obj->hasProp(name)) { in cb_thepush()
600 g_lingo->push(g_lingo->_currentMe.u.obj->getProp(name)); in cb_thepush()
H A Dlingo.h404 Datum _currentMe; variable
H A Dlingo-builtins.cpp1495 …if (nargs > 0 && !(g_lingo->_currentMe.type == OBJECT && g_lingo->_currentMe.u.obj->getObjType() =… in b_return()