Home
last modified time | relevance | path

Searched refs:lua_rawget (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/mit/lua/dist/src/
H A Dldblib.c332 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()
H A Dltablib.c42 return (lua_rawget(L, -n) != LUA_TNIL); in checkfield()
H A Dlbaselib.c174 lua_rawget(L, 1); in luaB_rawget()
H A Dlua.h288 LUA_API int (lua_rawget) (lua_State *L, int idx); variable
H A Dlauxlib.c871 tt = lua_rawget(L, -2); in luaL_getmetafield()
H A Dlapi.c742 LUA_API int lua_rawget (lua_State *L, int idx) { in lua_rawget() function
/netbsd-src/external/bsd/lutok/dist/
H A Dstate.cpp739 lua_rawget(_pimpl->lua_state, index); in raw_get()