Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlbaselib.c130 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