Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dltm.h100 LUAI_FUNC void luaT_getvarargs (lua_State *L, CallInfo *ci,
H A Dltm.c258 void luaT_getvarargs (lua_State *L, CallInfo *ci, StkId where, int wanted) { in luaT_getvarargs() function
H A Dlvm.c1885 Protect(luaT_getvarargs(L, ci, ra, n)); in luaV_execute()