lua_rawequal      129 lib/lua/lauxlib.c       if (lua_rawequal(L, -1, -2)) {  /* does it have the correct mt? */
lua_rawequal      197 lib/lua/lbaselib.c   lua_pushboolean(L, lua_rawequal(L, 1, 2));
lua_rawequal       60 lib/lua/liolib.c   if (ud == NULL || !lua_getmetatable(L, 1) || !lua_rawequal(L, -2, -1))
lua_rawequal      143 lib/lua/lua.h  LUA_API int            (lua_rawequal) (lua_State *L, int idx1, int idx2);