Searched refs:lua_gettop (Results 1 – 1 of 1) sorted by relevance
172 #define lua_gettop dll_lua_gettop macro1349 int i, n = lua_gettop(L) - 1; // #args in luaV_funcref_call()1727 int i, n = lua_gettop(L); // nargs in luaV_print()1820 del = (lua_gettop(L) < 4) || lua_isnil(L, 4); in luaV_setvar()2182 int argc = lua_gettop(L) - 1; in luaV_call()