Searched refs:lua_rawget (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/lua/src/ |
| H A D | ldblib.c | 310 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 D | ltablib.c | 38 return (lua_rawget(L, -n) != LUA_TNIL); in checkfield()
|
| H A D | lbaselib.c | 159 lua_rawget(L, 1); in luaB_rawget()
|
| H A D | lauxlib.c | 778 tt = lua_rawget(L, -2); in luaL_getmetafield() 863 if (lua_rawget(L, -2) == LUA_TNIL) { /* no such field? */ in luaL_findtable()
|
| H A D | lua.h | 245 LUA_API int (lua_rawget) (lua_State *L, int idx); variable
|
| H A D | lapi.c | 647 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 D | lbaselib.c | 134 lua_rawget(L, 1); in luaB_rawget()
|
| H A D | lauxlib.c | 560 lua_rawget(L, -2); in luaL_getmetafield() 632 lua_rawget(L, -2); in luaL_findtable()
|
| H A D | lua.h | 225 LUA_API void (lua_rawget) (lua_State *L, int idx); variable
|
| H A D | lapi.c | 638 LUA_API void lua_rawget (lua_State *L, int idx) { in lua_rawget() function
|