Searched refs:lua_rawget (Results 1 – 9 of 9) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | ldblib.c | 211 lua_rawget(L, LUA_REGISTRYINDEX); in hookf() 213 lua_rawget(L, -2); in hookf() 247 lua_rawget(L, LUA_REGISTRYINDEX); in gethooktable() 293 lua_rawget(L, -2); /* get hook */ in db_gethook()
|
| H A D | lauxlib.c | 207 lua_rawget(L, -2); in luaL_getmetafield() 305 lua_rawget(L, t); in luaL_setn() 325 lua_rawget(L, t); in luaL_getn() 329 lua_rawget(L, -2); in luaL_getn() 365 lua_rawget(L, -2); in luaL_findtable()
|
| H A D | lbaselib.c | 173 lua_rawget(L, 1); in luaB_rawget() 435 lua_rawget(L, lua_upvalueindex(1)); in luaB_newproxy()
|
| H A D | lua.h | 179 LUA_API void (lua_rawget) (lua_State *L, int idx); variable
|
| H A D | lapi.c | 557 LUA_API void lua_rawget (lua_State *L, int idx) { in lua_rawget() function
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lbaselib.c | 128 lua_rawget(L, 1); in luaB_rawget()
|
| H A D | lauxlib.c | 559 lua_rawget(L, -2); in luaL_getmetafield() 631 lua_rawget(L, -2); in luaL_findtable()
|
| H A D | lapi.c | 636 LUA_API void lua_rawget (lua_State *L, int idx) { in lua_rawget() function
|
| /f-stack/freebsd/contrib/openzfs/include/sys/lua/ |
| H A D | lua.h | 226 LUA_API void (lua_rawget) (lua_State *L, int idx); variable
|