lua_gettop         33 lib/lua/lauxlib.c 					lua_gettop(L) + (i) + 1)
lua_gettop        572 lib/lua/lauxlib.c   int fnameindex = lua_gettop(L) + 1;  /* index of filename on the stack */
lua_gettop        612 lib/lua/lauxlib.c   int fnameindex = lua_gettop(L) + 1;  /* index of filename on the stack */
lua_gettop         35 lib/lua/lbaselib.c   int n = lua_gettop(L);  /* number of arguments */
lua_gettop        360 lib/lua/lbaselib.c   int n = lua_gettop(L);
lua_gettop        363 lib/lua/lbaselib.c   return lua_gettop(L) - n;
lua_gettop        371 lib/lua/lbaselib.c   return lua_gettop(L);
lua_gettop        392 lib/lua/lbaselib.c   int n = lua_gettop(L);
lua_gettop        410 lib/lua/lbaselib.c   status = lua_pcall(L, lua_gettop(L) - 1, LUA_MULTRET, 0);
lua_gettop        413 lib/lua/lbaselib.c   return lua_gettop(L);  /* return status + all results */
lua_gettop        425 lib/lua/lbaselib.c   return lua_gettop(L);  /* return status + all results */
lua_gettop        536 lib/lua/lbaselib.c       else if (lua_gettop(co) == 0)
lua_gettop        567 lib/lua/lbaselib.c     int nres = lua_gettop(co);
lua_gettop        584 lib/lua/lbaselib.c   r = auxresume(L, co, lua_gettop(L) - 1);
lua_gettop        600 lib/lua/lbaselib.c   int r = auxresume(L, co, lua_gettop(L));
lua_gettop        631 lib/lua/lbaselib.c   return lua_yield(L, lua_gettop(L));
lua_gettop        334 lib/lua/ldblib.c   if (lua_gettop(L) == arg)
lua_gettop        368 lib/lua/ldblib.c     lua_concat(L, lua_gettop(L) - arg);
lua_gettop        370 lib/lua/ldblib.c   lua_concat(L, lua_gettop(L) - arg);
lua_gettop        266 lib/lua/liolib.c     aux_lines(L, lua_gettop(L), 1);
lua_gettop        390 lib/lua/liolib.c   int nargs = lua_gettop(L) - 1;
lua_gettop        478 lib/lua/liolib.c   int nargs = lua_gettop(L) - 1;
lua_gettop        163 lib/lua/lmathlib.c   int n = lua_gettop(L);  /* number of arguments */
lua_gettop        177 lib/lua/lmathlib.c   int n = lua_gettop(L);  /* number of arguments */
lua_gettop        196 lib/lua/lmathlib.c   switch (lua_gettop(L)) {  /* check number of arguments */
lua_gettop        553 lib/lua/loadlib.c   int loaded = lua_gettop(L) + 1;  /* index of _LOADED table */
lua_gettop        126 lib/lua/lstrlib.c   int n = lua_gettop(L);  /* number of arguments */
lua_gettop        757 lib/lua/lstrlib.c   int top = lua_gettop(L);
lua_gettop         93 lib/lua/ltablib.c   switch (lua_gettop(L)) {
lua_gettop         98 lib/lua/lua.c    int base = lua_gettop(L) - narg;  /* function index */
lua_gettop        223 lib/lua/lua.c      if (status == 0 && lua_gettop(L) > 0) {  /* any result to print? */
lua_gettop        226 lib/lua/lua.c        if (lua_pcall(L, lua_gettop(L)-1, 0, 0) != 0)
lua_gettop        120 lib/lua/lua.h  LUA_API int   (lua_gettop) (lua_State *L);
lua_gettop        252 modules/luascript.c         int i,end = lua_gettop(L);
lua_gettop        318 modules/luascript.c         top = lua_gettop(Lt);
lua_gettop        536 modules/luascript.c       if( lua_gettop(L)==1 )
lua_gettop       2179 modules/luascript.c   unsigned end = lua_gettop(L);
lua_gettop       2221 modules/luascript.c         unsigned n_args = lua_gettop(L)-1;
lua_gettop       2276 modules/luascript.c         unsigned n_args = lua_gettop(L);
lua_gettop       2314 modules/luascript.c     unsigned int argc = lua_gettop(L);
lua_gettop       2354 modules/luascript.c     unsigned int argc = lua_gettop(L);
lua_gettop       2503 modules/luascript.c   if (lua_gettop(L) < 1)
lua_gettop        608 modules/rawhookops.c     if(lua_gettop(L) >= 4 && !lua_isnil(L,4)) {