lua_gettop
int top = lua_gettop(L);
lua_concat(L, lua_gettop(L) - top);
lua_concat(L, lua_gettop(L) - top);
int top = lua_gettop(L);
return lua_gettop(L);
int n = lua_gettop(L);
int i, n = lua_gettop(L);
int i, n = lua_gettop(L);
int i, n = lua_gettop(L);
else if (lua_gettop(co) == 0)
if (lua_status(co) == LUA_OK && lua_gettop(co) == 0) {
int nres = lua_gettop(co);
r = auxresume(L, co, lua_gettop(L) - 1);
int r = auxresume(L, co, lua_gettop(L));
return lua_yield(L, lua_gettop(L));
int n = lua_gettop(L); /* number of arguments */
int top = lua_gettop(L);
int n = lua_gettop(L); /* number of elements to pack */
switch (lua_gettop(L)) {
LUA_API int (lua_gettop) (lua_State *L);
VERIFY3U(3, ==, lua_gettop(ri->zri_state));
VERIFY0(lua_gettop(state));
VERIFY0(lua_gettop(state));
VERIFY0(lua_gettop(state));
VERIFY0(lua_gettop(state));
VERIFY0(lua_gettop(state));
VERIFY3U(1, ==, lua_gettop(state));
VERIFY3U(2, ==, lua_gettop(state));
VERIFY3U(3, ==, lua_gettop(state));
VERIFY3U(1, ==, lua_gettop(state));
if (lua_gettop(state) != i) {
if (lua_gettop(state) == 1 && lua_istable(state, 1)) {
VERIFY3U(1, ==, lua_gettop(state));
VERIFY3U(3, ==, lua_gettop(state));
VERIFY3U(3, ==, lua_gettop(state));
int return_count = lua_gettop(state);
VERIFY3U(1, ==, lua_gettop(state));
VERIFY3U(1, ==, lua_gettop(state));
VERIFY3U(3, ==, lua_gettop(ri->zri_state));