Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/lua/src/
HDldblib.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()
HDlbaselib.c159 lua_rawget(L, 1); in luaB_rawget()
HDltablib.c38 return (lua_rawget(L, -n) != LUA_TNIL); in checkfield()
HDlauxlib.c778 tt = lua_rawget(L, -2); in luaL_getmetafield()
863 if (lua_rawget(L, -2) == LUA_TNIL) { /* no such field? */ in luaL_findtable()
HDlua.h245 LUA_API int (lua_rawget) (lua_State *L, int idx); variable
HDlapi.c647 LUA_API int lua_rawget (lua_State *L, int idx) { in lua_rawget() function
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
HDlbaselib.c134 lua_rawget(L, 1); in luaB_rawget()
HDlauxlib.c560 lua_rawget(L, -2); in luaL_getmetafield()
632 lua_rawget(L, -2); in luaL_findtable()
HDlua.h225 LUA_API void (lua_rawget) (lua_State *L, int idx); variable
HDlapi.c638 LUA_API void lua_rawget (lua_State *L, int idx) { in lua_rawget() function