Searched refs:lua_callk (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/sys/contrib/openzfs/include/sys/lua/ |
| H A D | lua.h | 251 LUA_API void (lua_callk) (lua_State *L, int nargs, int nresults, int ctx, variable 253 #define lua_call(L,n,r) lua_callk(L, (n), (r), 0, NULL)
|
| /freebsd-13.1/contrib/lua/src/ |
| H A D | lua.h | 281 LUA_API void (lua_callk) (lua_State *L, int nargs, int nresults, variable 283 #define lua_call(L,n,r) lua_callk(L, (n), (r), 0, NULL)
|
| H A D | lbaselib.c | 398 lua_callk(L, 0, LUA_MULTRET, 0, dofilecont); in luaB_dofile()
|
| H A D | lapi.c | 971 LUA_API void lua_callk (lua_State *L, int nargs, int nresults, in lua_callk() function
|
| /freebsd-13.1/sys/contrib/openzfs/module/lua/ |
| H A D | lapi.c | 886 LUA_API void lua_callk (lua_State *L, int nargs, int nresults, int ctx, in lua_callk() function
|