Searched refs:lua_rawget (Results 1 – 7 of 7) sorted by relevance
319 if (lua_rawget(L, -2) == LUA_TFUNCTION) { /* is there a hook function? */ in hookf()402 lua_rawget(L, -2); /* 1st result = hooktable[L1] */ in db_gethook()
38 return (lua_rawget(L, -n) != LUA_TNIL); in checkfield()
170 lua_rawget(L, 1); in luaB_rawget()
254 LUA_API int (lua_rawget) (lua_State *L, int idx); variable
829 tt = lua_rawget(L, -2); in luaL_getmetafield()
698 LUA_API int lua_rawget (lua_State *L, int idx) { in lua_rawget() function
92 lua_rawget(L, lua_upvalueindex(1)); in lupb_indexmm()