lua_getmetatable  127 lib/lua/lauxlib.c     if (lua_getmetatable(L, ud)) {  /* does it have a metatable? */
lua_getmetatable  204 lib/lua/lauxlib.c   if (!lua_getmetatable(L, obj))  /* no metatable? */
lua_getmetatable  128 lib/lua/lbaselib.c   if (!lua_getmetatable(L, 1)) {
lua_getmetatable  467 lib/lua/lbaselib.c     if (lua_getmetatable(L, 1)) {
lua_getmetatable  473 lib/lua/lbaselib.c     lua_getmetatable(L, 1);  /* metatable is valid; get it */
lua_getmetatable   30 lib/lua/ldblib.c   if (!lua_getmetatable(L, 1)) {
lua_getmetatable   60 lib/lua/liolib.c   if (ud == NULL || !lua_getmetatable(L, 1) || !lua_rawequal(L, -2, -1))
lua_getmetatable  581 lib/lua/loadlib.c   if (!lua_getmetatable(L, 1)) {
lua_getmetatable  183 lib/lua/lua.h  LUA_API int   (lua_getmetatable) (lua_State *L, int objindex);