Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/lua/src/
H A Dlbaselib.c272 lua_call(L, 1, 3); /* get 3 values from metamethod */ in luaB_pairs()
352 lua_call(L, 0, 1); /* call it */ in generic_reader()
H A Dloadlib.c639 lua_call(L, 1, 2); /* call it */ in findloader()
668 lua_call(L, 2, 1); /* run loader to load module */ in ll_require()
H A Dltablib.c281 lua_call(L, 2, 1); /* call function */ in sort_comp()
H A Dlauxlib.c844 lua_call(L, 1, 1); in luaL_callmeta()
953 lua_call(L, 1, 1); /* call 'openf' to open module */ in luaL_requiref()
H A Dldblib.c333 lua_call(L, 2, 0); /* call hook function */ in hookf()
H A Dlua.h283 #define lua_call(L,n,r) lua_callk(L, (n), (r), 0, NULL) macro
H A Dlstrlib.c282 lua_call(L, 2, 1); /* call metamethod */ in trymt()
911 lua_call(L, n, 1); /* call it */ in add_value()
/freebsd-13.1/sys/contrib/openzfs/module/lua/
H A Dlbaselib.c189 lua_call(L, 1, 3); /* get 3 values from metamethod */ in pairsmeta()
H A Dltablib.c175 lua_call(L, 2, 1); in sort_comp()
H A Dlauxlib.c576 lua_call(L, 1, 1); in luaL_callmeta()
746 lua_call(L, 1, 1); /* open module */ in luaL_requiref()
H A Dlstrlib.c723 lua_call(L, n, 1); in add_value()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DLua.cpp52 lua_call(L, 3, 0); in lldb_print()
/freebsd-13.1/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h253 #define lua_call(L,n,r) lua_callk(L, (n), (r), 0, NULL) macro
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp1251 lua_call(L,1,1); in SWIG_Lua_emulate_elua_getmetatable()
1347 lua_call(L,1,0); in SWIG_Lua_namespace_set()
1715 lua_call(L,2,0); in SWIG_Lua_class_do_set()
3909 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_string()
4627 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBAddress()
5763 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBAttachInfo()
6527 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBBlock()
8188 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBBreakpoint()
8505 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBBreakpointList()
9483 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBBreakpointLocation()
[all …]
/freebsd-13.1/contrib/libucl/lua/
H A Dlua_ucl.c513 lua_call(L, 2, 1); in ucl_object_lua_fromelt()