Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/lua/src/
H A Dldblib.c310 if (lua_rawget(L, -2) == LUA_TFUNCTION) { /* is there a hook function? */ in hookf()
393 lua_rawget(L, -2); /* 1st result = hooktable[L1] */ in db_gethook()
H A Dltablib.c38 return (lua_rawget(L, -n) != LUA_TNIL); in checkfield()
H A Dlbaselib.c159 lua_rawget(L, 1); in luaB_rawget()
H A Dlauxlib.c778 tt = lua_rawget(L, -2); in luaL_getmetafield()
863 if (lua_rawget(L, -2) == LUA_TNIL) { /* no such field? */ in luaL_findtable()
H A Dlua.h245 LUA_API int (lua_rawget) (lua_State *L, int idx); variable
H A Dlapi.c647 LUA_API int lua_rawget (lua_State *L, int idx) { in lua_rawget() function
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlbaselib.c134 lua_rawget(L, 1); in luaB_rawget()
H A Dlauxlib.c560 lua_rawget(L, -2); in luaL_getmetafield()
632 lua_rawget(L, -2); in luaL_findtable()
H A Dlua.h225 LUA_API void (lua_rawget) (lua_State *L, int idx); variable
H A Dlapi.c638 LUA_API void lua_rawget (lua_State *L, int idx) { in lua_rawget() function