Home
last modified time | relevance | path

Searched defs: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
/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