lua_rawget        207 lib/lua/lauxlib.c   lua_rawget(L, -2);
lua_rawget        305 lib/lua/lauxlib.c   lua_rawget(L, t);
lua_rawget        325 lib/lua/lauxlib.c   lua_rawget(L, t);
lua_rawget        329 lib/lua/lauxlib.c   lua_rawget(L, -2);
lua_rawget        363 lib/lua/lauxlib.c     lua_rawget(L, -2);
lua_rawget        206 lib/lua/lbaselib.c   lua_rawget(L, 1);
lua_rawget        468 lib/lua/lbaselib.c       lua_rawget(L, lua_upvalueindex(1));
lua_rawget        211 lib/lua/ldblib.c   lua_rawget(L, LUA_REGISTRYINDEX);
lua_rawget        213 lib/lua/ldblib.c   lua_rawget(L, -2);
lua_rawget        247 lib/lua/ldblib.c   lua_rawget(L, LUA_REGISTRYINDEX);
lua_rawget        293 lib/lua/ldblib.c     lua_rawget(L, -2);   /* get hook */
lua_rawget        179 lib/lua/lua.h  LUA_API void  (lua_rawget) (lua_State *L, int idx);