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

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

Completed in 144 milliseconds