Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/lua/src/
HDltm.h99 LUAI_FUNC void luaT_getvarargs (lua_State *L, struct CallInfo *ci,
HDltm.c257 void luaT_getvarargs (lua_State *L, CallInfo *ci, StkId where, int wanted) { in luaT_getvarargs() function
HDlvm.c1816 Protect(luaT_getvarargs(L, ci, ra, n)); in luaV_execute()