Searched refs:lua_rawget (Results 1 – 7 of 7) sorted by relevance
332 if (lua_rawget(L, -2) == LUA_TFUNCTION) { /* is there a hook function? */ in hookf()415 lua_rawget(L, -2); /* 1st result = hooktable[L1] */ in db_gethook()
42 return (lua_rawget(L, -n) != LUA_TNIL); in checkfield()
174 lua_rawget(L, 1); in luaB_rawget()
288 LUA_API int (lua_rawget) (lua_State *L, int idx); variable
871 tt = lua_rawget(L, -2); in luaL_getmetafield()
742 LUA_API int lua_rawget (lua_State *L, int idx) { in lua_rawget() function
739 lua_rawget(_pimpl->lua_state, index); in raw_get()