lua_getfield      113 lib/lua/lauxlib.c   lua_getfield(L, LUA_REGISTRYINDEX, tname);  /* get registry.name */
lua_getfield      128 lib/lua/lauxlib.c       lua_getfield(L, LUA_REGISTRYINDEX, tname);  /* get correct metatable */
lua_getfield      248 lib/lua/lauxlib.c     lua_getfield(L, -1, libname);  /* get _LOADED[libname] */
lua_getfield      288 lib/lua/lauxlib.c   lua_getfield(L, LUA_REGISTRYINDEX, "LUA_SIZES");
lua_getfield      117 lib/lua/lauxlib.h #define luaL_getmetatable(L,n)	(lua_getfield(L, LUA_REGISTRYINDEX, (n)))
lua_getfield       59 lib/lua/liolib.c   lua_getfield(L, LUA_REGISTRYINDEX, LUA_FILEHANDLE);
lua_getfield      130 lib/lua/liolib.c   lua_getfield(L, -1, "__close");
lua_getfield      645 lib/lua/liolib.c   lua_getfield(L, -1, "popen");
lua_getfield      281 lib/lua/lmathlib.c   lua_getfield(L, -1, "fmod");
lua_getfield      363 lib/lua/loadlib.c   lua_getfield(L, LUA_ENVIRONINDEX, pname);
lua_getfield      444 lib/lua/loadlib.c   lua_getfield(L, LUA_ENVIRONINDEX, "preload");
lua_getfield      447 lib/lua/loadlib.c   lua_getfield(L, -1, name);
lua_getfield      462 lib/lua/loadlib.c   lua_getfield(L, LUA_REGISTRYINDEX, "_LOADED");
lua_getfield      463 lib/lua/loadlib.c   lua_getfield(L, 2, name);
lua_getfield      470 lib/lua/loadlib.c   lua_getfield(L, LUA_ENVIRONINDEX, "loaders");
lua_getfield      494 lib/lua/loadlib.c   lua_getfield(L, 2, name);
lua_getfield      554 lib/lua/loadlib.c   lua_getfield(L, LUA_REGISTRYINDEX, "_LOADED");
lua_getfield      555 lib/lua/loadlib.c   lua_getfield(L, loaded, modname);  /* get _LOADED[modname] */
lua_getfield      565 lib/lua/loadlib.c   lua_getfield(L, -1, "_NAME");
lua_getfield      649 lib/lua/loadlib.c   lua_getfield(L, -1, "loadlib");
lua_getfield      113 lib/lua/loslib.c   lua_getfield(L, -1, key);
lua_getfield      122 lib/lua/loslib.c   lua_getfield(L, -1, key);
lua_getfield      260 lib/lua/loslib.c 	lua_getfield(L, narg, fname);
lua_getfield      865 lib/lua/lstrlib.c   lua_getfield(L, -1, "gmatch");
lua_getfield       79 lib/lua/lua.c    lua_getfield(L, LUA_GLOBALSINDEX, "debug");
lua_getfield       84 lib/lua/lua.c    lua_getfield(L, -1, "traceback");
lua_getfield      155 lib/lua/lua.c    lua_getfield(L, LUA_GLOBALSINDEX, firstline ? "_PROMPT" : "_PROMPT2");
lua_getfield      178 lib/lua/lua.h  LUA_API void  (lua_getfield) (lua_State *L, int idx, const char *k);
lua_getfield      277 lib/lua/lua.h  #define lua_getglobal(L,s)	lua_getfield(L, LUA_GLOBALSINDEX, (s))