Home
last modified time | relevance | path

Searched refs:lua_call (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/lua/src/
H A Dloadlib.c642 lua_call(L, 1, 2); /* call it */ in findloader()
671 lua_call(L, 2, 1); /* run loader to load module */ in ll_require()
H A Dltablib.c283 lua_call(L, 2, 1); /* call function */ in sort_comp()
H A Dlauxlib.c872 lua_call(L, 1, 1); in luaL_callmeta()
982 lua_call(L, 1, 1); /* call 'openf' to open module */ in luaL_requiref()
H A Dldblib.c334 lua_call(L, 2, 0); /* call hook function */ in hookf()
H A Dlbaselib.c374 lua_call(L, 0, 1); /* call it */ in generic_reader()
H A Dlua.h294 #define lua_call(L,n,r) lua_callk(L, (n), (r), 0, NULL) macro
H A Dlstrlib.c284 lua_call(L, 2, 1); /* call metamethod */ in trymt()
914 lua_call(L, n, 1); /* call it */ in add_value()
H A Dltests.c1422 lua_call(L1, narg, nres); in runC()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DLua.cpp29 lua_call(L, 3, 0); in lldb_print()
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlbaselib.c188 lua_call(L, 1, 3); /* get 3 values from metamethod */ in pairsmeta()
H A Dltablib.c174 lua_call(L, 2, 1); in sort_comp()
H A Dlauxlib.c575 lua_call(L, 1, 1); in luaL_callmeta()
745 lua_call(L, 1, 1); /* open module */ in luaL_requiref()
H A Dlstrlib.c722 lua_call(L, n, 1); in add_value()
/freebsd/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h252 #define lua_call(L,n,r) lua_callk(L, (n), (r), 0, NULL) macro
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp1274 lua_call(L,1,1); in SWIG_Lua_emulate_elua_getmetatable()
1329 lua_call(L,0,1); /* 1 value in (userdata),1 out (result) */ in SWIG_Lua_namespace_get()
1370 lua_call(L,1,0); in SWIG_Lua_namespace_set()
1614 lua_call(L,2,1); /* 2 value in (userdata),1 out (result) */ in SWIG_Lua_class_do_get_item()
1655 lua_call(L,1,1); /* 1 value in (userdata),1 out (result) */ in SWIG_Lua_class_do_get()
1740 lua_call(L,2,0); in SWIG_Lua_class_do_set()
1756 lua_call(L,3,0); /* 3 values in ,0 out */ in SWIG_Lua_class_do_set()
2202 lua_call(L, numargs, LUA_MULTRET); in SWIG_Lua_resolve_metamethod()
4106 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_string()
4824 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBAddress()
[all …]
/freebsd/contrib/libucl/lua/
H A Dlua_ucl.c513 lua_call(L, 2, 1); in ucl_object_lua_fromelt()