Home
last modified time | relevance | path

Searched refs:_stacktop (Results 1 – 9 of 9) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/groovie/
H A Dscript.cpp69 _code(NULL), _savedCode(NULL), _stacktop(0), _debugger(NULL), _vm(vm), in Script()
242 _savedStacktop = _stacktop; in directGameLoad()
252 _stacktop = 0; in directGameLoad()
939 if (_stacktop > 0) { in o_ret()
940 _stacktop--; in o_ret()
941 _currentInstruction = _stack[_stacktop]; in o_ret()
953 _stack[_stacktop] = _currentInstruction; in o_call()
954 _stacktop++; in o_call()
1559 _savedStacktop = _stacktop; in o_loadscript()
1632 _stacktop = _savedStacktop; in o_returnscript()
H A Dscript.h98 uint8 _stacktop; variable
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/groovie/
H A Dscript.cpp49 _code(NULL), _savedCode(NULL), _stacktop(0), _debugger(NULL), _vm(vm), in Script()
851 if (_stacktop > 0) { in o_ret()
852 _stacktop--; in o_ret()
853 _currentInstruction = _stack[_stacktop]; in o_ret()
865 _stack[_stacktop] = _currentInstruction; in o_call()
866 _stacktop++; in o_call()
1471 _savedStacktop = _stacktop; in o_loadscript()
1544 _stacktop = _savedStacktop; in o_returnscript()
H A Dscript.h103 uint8 _stacktop; variable
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/prince/
H A Dscript.cpp437 _stacktop(0), _opcodeNF(false), _opcodeEnd(false), in Interpreter()
822 _stack[_stacktop] = _currentInstruction; in O__CALL()
823 _stacktop++; in O__CALL()
829 if (_stacktop > 0) { in O_RETURN()
830 _stacktop--; in O_RETURN()
831 _currentInstruction = _stack[_stacktop]; in O_RETURN()
1113 _stack[_stacktop] = _currentInstruction; in O_CALLTABLE()
1114 _stacktop++; in O_CALLTABLE()
1413 _stack[_stacktop] = _currentInstruction; in O_CALLDFLAG()
1414 _stacktop++; in O_CALLDFLAG()
H A Dscript.h224 uint8 _stacktop; variable
/dports/games/scummvm/scummvm-2.5.1/engines/prince/
H A Dscript.cpp437 _stacktop(0), _opcodeNF(false), _opcodeEnd(false), in Interpreter()
834 _stack[_stacktop] = _currentInstruction; in O__CALL()
835 _stacktop++; in O__CALL()
841 if (_stacktop > 0) { in O_RETURN()
842 _stacktop--; in O_RETURN()
843 _currentInstruction = _stack[_stacktop]; in O_RETURN()
1124 _stack[_stacktop] = _currentInstruction; in O_CALLTABLE()
1125 _stacktop++; in O_CALLTABLE()
1428 _stack[_stacktop] = _currentInstruction; in O_CALLDFLAG()
1429 _stacktop++; in O_CALLDFLAG()
H A Dscript.h224 uint8 _stacktop; variable
/dports/textproc/py-nltk/nltk-3.4.1/nltk/app/
H A Dsrparser_app.py435 self._stacktop = canvas.create_line(0, 0, 0, 0, fill='#408080')
519 self._canvas.coords(self._stacktop, midx, 0, midx, 5000)
540 self._canvas.coords(self._stacktop, midx, 0, midx, 5000)