Home
last modified time | relevance | path

Searched refs:lua_callk (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/sys/lua/
H A Dlua.h251 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)
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlapi.c886 LUA_API void lua_callk (lua_State *L, int nargs, int nresults, int ctx, in lua_callk() function