Searched refs:lua_callk (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/mit/lua/dist/src/ |
H A D | lbaselib.c | 297 lua_callk(L, 1, 3, 0, pairscont); /* get 3 values from metamethod */ in luaB_pairs() 427 lua_callk(L, 0, LUA_MULTRET, 0, dofilecont); in luaB_dofile()
|
H A D | lua.h | 315 LUA_API void (lua_callk) (lua_State *L, int nargs, int nresults, variable 317 #define lua_call(L,n,r) lua_callk(L, (n), (r), 0, NULL)
|
H A D | lapi.c | 1014 LUA_API void lua_callk (lua_State *L, int nargs, int nresults, in lua_callk() function
|