Home
last modified time | relevance | path

Searched refs:luaT_getvarargs (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/lua/src/
H A Dltm.h99 LUAI_FUNC void luaT_getvarargs (lua_State *L, struct CallInfo *ci,
H A Dltm.c257 void luaT_getvarargs (lua_State *L, CallInfo *ci, StkId where, int wanted) { in luaT_getvarargs() function
H A Dlvm.c1816 Protect(luaT_getvarargs(L, ci, ra, n)); in luaV_execute()