Home
last modified time | relevance | path

Searched refs:lua_pcall (Results 176 – 200 of 1572) sorted by relevance

12345678910>>...63

/dports/sysutils/slurm-wlm/slurm-20.02.7/src/plugins/cli_filter/lua/
H A Dcli_filter_lua.c391 if (lua_pcall(L, 1, 1, 0) != 0) { in setup_defaults()
431 if (lua_pcall(L, 2, 1, 0) != 0) { in pre_submit()
466 if (lua_pcall(L, 3, 1, 0) != 0) { in post_submit()
/dports/converters/osm2pgsql/osm2pgsql-1.5.1/src/
H A Dlua-utils.cpp174 return lua_pcall(lua_state, narg, nres, 0); in luaX_pcall()
202 int const status = lua_pcall(lua_state, narg, nres, base); in luaX_pcall()
H A Dtagtransform-lua.cpp105 if (lua_pcall(L, 2, (o.type() == osmium::item_type::way) ? 4 : 2, 0)) { in filter_tags()
191 if (lua_pcall(L, 4, 6, 0)) { in filter_rel_member_tags()
/dports/games/minetest/minetest-5.4.1/src/script/cpp_api/
H A Ds_async.cpp154 PCALL_RESL(L, lua_pcall(L, 2, 0, error_handler)); in step()
239 int result = lua_pcall(L, 2, 1, error_handler); in run()
H A Ds_base.cpp188 ok = ok && !lua_pcall(L, 0, 0, error_handler); in loadScript()
222 ok = !lua_pcall(L, 0, 0, error_handler); in loadModFromMemory()
277 int result = lua_pcall(L, nargs + 2, 1, error_handler); in runCallbacksRaw()
/dports/devel/luv/luv-1.41.0-0/deps/lua-compat-5.3/c-api/
H A Dcompat-5.3.h216 ((void)(ctx), (void)(cont), lua_pcall((L), (na), (nr), (err)))
381 #ifdef lua_pcall
382 # undef lua_pcall
383 # define lua_pcall(L, na, nr, err) \ macro
/dports/devel/lua-cqueues/cqueues-rel-20200726/vendor/compat53/c-api/
H A Dcompat-5.3.h215 ((void)(ctx), (void)(cont), lua_pcall((L), (na), (nr), (err)))
385 #ifdef lua_pcall
386 # undef lua_pcall
387 # define lua_pcall(L, na, nr, err) \ macro
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/sol2/sol/compatibility/
H A Dcompat-5.3.h214 ((void)(ctx), (void)(cont), lua_pcall((L), (na), (nr), (err)))
382 #ifdef lua_pcall
383 # undef lua_pcall
384 # define lua_pcall(L, na, nr, err) \ macro
/dports/devel/sol2/sol2-4.0.0-alpha/include/sol/compatibility/
H A Dcompat-5.3.h217 ((void)(ctx), (void)(cont), lua_pcall((L), (na), (nr), (err)))
385 #ifdef lua_pcall
386 # undef lua_pcall
387 # define lua_pcall(L, na, nr, err) \ macro
/dports/multimedia/vlc/vlc-3.0.16/modules/lua/
H A Dmeta.c102 if( lua_isfunction( L, lua_gettop( L ) ) && !lua_pcall( L, 0, 1, 0 ) ) in run()
128 if( lua_pcall( L, 0, 1, 0 ) ) in run()
/dports/dns/dnsjit/dnsjit-1.2.2/src/core/
H A Dthread.c78 if (lua_pcall(L, 1, 1, 0)) { in _thread()
85 if (lua_pcall(L, 2, 0, 0)) { in _thread()
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dluascript.cpp138 else if (lua_pcall(*L, 0, 0, 0) != 0) { in uae_lua_run_handler()
160 err = lua_pcall(L, 0, LUA_MULTRET, 0); in uae_lua_load()
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/appid/
H A DluaDetectorModule.c281 if (lua_pcall(myLuaState, 1, 1, 0) != 0) in luaServerInit()
326 if (lua_pcall(myLuaState, 2, 1, 0) != 0) in luaClientInit()
361 if (lua_pcall(myLuaState, 1, 1, 0) != 0) in luaClientFini()
383 if (lua_pcall(L, 1, 0, 0) != 0) in setLuaTrackerSize()
405 if (lua_pcall(L, 1, 0, 0) != 0) in setLuaTrackerSize()
657 …(myLuaState, (const char *)validatorBuffer, validatorBufferLen, "") || lua_pcall(myLuaState, 0, 0… in loadCustomLuaModules()
/dports/games/scorched3d/scorched/src/common/lua/
H A Dlua.cpp100 status = lua_pcall(L, narg, (clear ? 0 : LUA_MULTRET), base); in docall()
147 return report(L, lua_pcall(L, 1, 0, 0)); in dolibrary()
224 if (lua_pcall(L, lua_gettop(L)-1, 0, 0) != 0) in dotty()
/dports/net-im/prosody/prosody-0.11.13/util-src/
H A Dcompat.c16 ret = lua_pcall(L, n_arg - 2, LUA_MULTRET, 1); in lc_xpcall()
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/src/host/
H A Ddebug_prompt.c32 if (lua_pcall(L, lua_gettop(L) - 1, 0, 0) != 0) { in debug_prompt()
/dports/devel/premake5/premake-5.0.0-alpha16-src/src/host/
H A Ddebug_prompt.c32 if (lua_pcall(L, lua_gettop(L) - 1, 0, 0) != 0) { in debug_prompt()
/dports/www/ot-recorder/recorder-0.8.4/
H A Dhooks.c203 if (lua_pcall(ld->L, 3, 1, 0)) { in do_hook()
254 if (lua_pcall(ld->L, 3, 1, 0)) { in hooks_norec()
321 if (lua_pcall(ld->L, 4, 1, 0)) { in hooks_http()
440 if (lua_pcall(ld->L, 5, 1, 0)) { in hook_revgeo()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DLua.cpp70 lua_pcall(m_lua_state, 0, 0, 0); in Run()
147 lua_pcall(m_lua_state, 0, 1, 0); in LoadModule()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DLua.cpp70 lua_pcall(m_lua_state, 0, 0, 0); in Run()
147 lua_pcall(m_lua_state, 0, 1, 0); in LoadModule()
/dports/misc/mxnet/incubator-mxnet-1.9.0/plugin/torch/
H A Dtorch_base.cc43 int err = lua_pcall(L, 0, 0, 0); in TorchState()
/dports/devel/luabind/luabind-0.9.1/src/
H A Dpcall.cpp42 int result = lua_pcall(L, nargs, nresults, en); in pcall()
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/plugin/torch/
H A Dtorch_base.cc43 int err = lua_pcall(L, 0, 0, 0); in TorchState()
/dports/games/allacrost/allacrost-1.0.2/src/luabind/src/
H A Dpcall.cpp42 int result = lua_pcall(L, nargs, nresults, en); in pcall()
/dports/multimedia/libquvi09/libquvi-0.9.4/src/lua/util/
H A Dexec_util_to_file_ext.c54 if (lua_pcall(l, 2, 1, 0)) in l_exec_util_to_file_ext()

12345678910>>...63