Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dlua.h315 LUA_API void (lua_callk) (lua_State *L, int nargs, int nresults, variable
H A Dlapi.c1014 LUA_API void lua_callk (lua_State *L, int nargs, int nresults, in lua_callk() function