Home
last modified time | relevance | path

Searched refs:_lstack (Results 1 – 13 of 13) sorted by relevance

/dports/games/allacrost/allacrost-1.0.2/src/engine/script/
H A Dscript_read.cpp78 if (luaL_loadfile(_lstack, file_name.c_str()) != 0 || lua_pcall(_lstack, 0, 0, 0)) { in OpenFile()
117 _lstack = NULL; in CloseFile()
131 lua_getglobal(_lstack, key.c_str()); in _DoesDataExist()
234 lua_getglobal(_lstack, key.c_str()); in ReadFunctionPointer()
298 if (!lua_istable(_lstack, STACK_TOP)) { in OpenTable()
308 lua_gettable(_lstack, STACK_TOP - 1); in OpenTable()
328 lua_pushnumber(_lstack, table_name); in OpenTable()
337 if (!lua_istable(_lstack, STACK_TOP)) { in OpenTable()
355 lua_pop(_lstack, 1); in CloseTable()
380 lua_remove(_lstack, 0); in ClearStack()
[all …]
H A Dscript_modify.cpp57 if ((this->_lstack = ScriptManager->_CheckForPreviousLuaState(file_name)) == NULL) in OpenFile()
62 _lstack = lua_newthread(ScriptManager->GetGlobalState()); in OpenFile()
65 if (luaL_loadfile(_lstack, file_name.c_str()) != 0 || lua_pcall(_lstack, 0, 0, 0)) { in OpenFile()
108 _lstack = NULL; in CloseFile()
136 object globals(luabind::from_stack(_lstack, LUA_GLOBALSINDEX)); in CommitChanges()
H A Dscript_read.h72 _lstack(NULL) {} in ReadScriptDescriptor()
355 { return _lstack; } in GetLuaState()
370 lua_State *_lstack;
432 lua_getglobal(_lstack, key.c_str()); in _ReadData()
433 luabind::object o(luabind::from_stack(_lstack, private_script::STACK_TOP)); in _ReadData()
443 lua_pop(_lstack, 1); in _ReadData()
453 luabind::object o(luabind::from_stack(_lstack, private_script::STACK_TOP)); in _ReadData()
480 luabind::object o(luabind::from_stack(_lstack, private_script::STACK_TOP)); in _ReadData()
525 luabind::object o(luabind::from_stack(_lstack, private_script::STACK_TOP)); in _ReadDataVectorHelper()
553 luabind::object table(luabind::from_stack(_lstack, private_script::STACK_TOP)); in _ReadTableKeys()
H A Dscript_modify.h220 table = new luabind::object(luabind::from_stack(_lstack, LUA_GLOBALSINDEX)); in _ModifyData()
222 table = new luabind::object(luabind::from_stack(_lstack, private_script::STACK_TOP)); in _ModifyData()
263 luabind::object table(luabind::from_stack(_lstack, private_script::STACK_TOP)); in _ModifyData()
298 table = new luabind::object(luabind::from_stack(_lstack, LUA_GLOBALSINDEX)); in _AddNewData()
300 table = new luabind::object(luabind::from_stack(_lstack, private_script::STACK_TOP)); in _AddNewData()
322 luabind::object table(luabind::from_stack(_lstack, private_script::STACK_TOP)); in _AddNewData()
H A Dscript.cpp104 _open_threads[rsd->GetFilename()] = rsd->_lstack; in _AddOpenFile()
/dports/games/valyriatear/ValyriaTear-1.1.0/src/utils/src/script/
H A Dscript_read.cpp62 if(luaL_loadfile(_lstack, filename.c_str()) != 0 || lua_pcall(_lstack, 0, 0, 0)) { in OpenFile()
111 _lstack = nullptr; in CloseFile()
126 lua_getglobal(_lstack, key.c_str()); in _DoesDataExist()
220 lua_getglobal(_lstack, key.c_str()); in ReadFunctionPointer()
297 lua_gettable(_lstack, STACK_TOP - 1); in OpenTable()
320 lua_pushnumber(_lstack, table_name); in OpenTable()
329 lua_gettable(_lstack, STACK_TOP - 1); in OpenTable()
331 if(!lua_istable(_lstack, STACK_TOP)) { in OpenTable()
369 lua_pop(_lstack, 1); in CloseTable()
394 lua_remove(_lstack, 0); in ClearStack()
[all …]
H A Dscript_read.h77 _lstack(nullptr) {} in ReadScriptDescriptor()
446 return _lstack; in GetLuaState()
470 ScriptEngine::DEBUG_PrintLuaStack(_lstack); in DEBUG_PrintLuaStack()
476 ScriptEngine::DEBUG_PrintGlobals(_lstack); in DEBUG_PrintGlobals()
483 lua_State *_lstack;
546 lua_getglobal(_lstack, key.c_str()); in _ReadData()
547 luabind::object o(luabind::from_stack(_lstack, private_script::STACK_TOP)); in _ReadData()
557 lua_pop(_lstack, 1); in _ReadData()
566 luabind::object o(luabind::from_stack(_lstack, private_script::STACK_TOP)); in _ReadData()
591 luabind::object o(luabind::from_stack(_lstack, private_script::STACK_TOP)); in _ReadData()
[all …]
/dports/graphics/mypaint/mypaint-2.0.1/gui/
H A Dworkspace.py162 self._lstack = lstack = ToolStack(self)
282 llayout = self._lstack.get_layout()
307 num_added_l = self._lstack.build_from_layout(llayout)
360 if self._lstack.is_empty():
361 self._lstack.hide()
363 self._lstack.show_all()
594 if self._lstack.is_empty():
645 yield self._lstack
662 for stack in (self._lstack, self._rstack):
676 for stack in (self._lstack, self._rstack):
[all …]
H A Dtoolstack.py336 if toolstack is workspace._lstack:
421 targ_stack = workspace._lstack
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libgloss/mips/
H A Dcrt0_cfe.S78 .comm _lstack, STARTUP_STACK_SIZE
148 la t0, _lstack
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/libgloss/mips/
H A Dcrt0_cfe.S78 .comm _lstack, STARTUP_STACK_SIZE
148 la t0, _lstack
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libgloss/mips/
H A Dcrt0_cfe.S78 .comm _lstack, STARTUP_STACK_SIZE
148 la t0, _lstack
/dports/dns/gdnsd2/gdnsd-2.4.3/src/
H A Dltree.c86 #define logf_lstack(_lstack, _depth, _zdname) \ argument
87 _logf_lstack(_lstack, _depth), logf_dname(_zdname)