/freebsd/contrib/lua/src/ |
H A D | loadlib.c | 642 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 D | ltablib.c | 283 lua_call(L, 2, 1); /* call function */ in sort_comp()
|
H A D | lauxlib.c | 872 lua_call(L, 1, 1); in luaL_callmeta() 982 lua_call(L, 1, 1); /* call 'openf' to open module */ in luaL_requiref()
|
H A D | ldblib.c | 334 lua_call(L, 2, 0); /* call hook function */ in hookf()
|
H A D | lbaselib.c | 374 lua_call(L, 0, 1); /* call it */ in generic_reader()
|
H A D | lua.h | 294 #define lua_call(L,n,r) lua_callk(L, (n), (r), 0, NULL) macro
|
H A D | lstrlib.c | 284 lua_call(L, 2, 1); /* call metamethod */ in trymt() 914 lua_call(L, n, 1); /* call it */ in add_value()
|
H A D | ltests.c | 1422 lua_call(L1, narg, nres); in runC()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/ |
H A D | Lua.cpp | 29 lua_call(L, 3, 0); in lldb_print()
|
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lbaselib.c | 188 lua_call(L, 1, 3); /* get 3 values from metamethod */ in pairsmeta()
|
H A D | ltablib.c | 174 lua_call(L, 2, 1); in sort_comp()
|
H A D | lauxlib.c | 575 lua_call(L, 1, 1); in luaL_callmeta() 745 lua_call(L, 1, 1); /* open module */ in luaL_requiref()
|
H A D | lstrlib.c | 722 lua_call(L, n, 1); in add_value()
|
/freebsd/sys/contrib/openzfs/include/sys/lua/ |
H A D | lua.h | 252 #define lua_call(L,n,r) lua_callk(L, (n), (r), 0, NULL) macro
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 1274 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 D | lua_ucl.c | 513 lua_call(L, 2, 1); in ucl_object_lua_fromelt()
|