Searched refs:lua_rawget (Results 1 – 12 of 12) sorted by relevance
| /freebsd-13.1/contrib/lua/src/ |
| H A D | ldblib.c | 327 if (lua_rawget(L, -2) == LUA_TFUNCTION) { /* is there a hook function? */ in hookf() 410 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 | 170 lua_rawget(L, 1); in luaB_rawget()
|
| H A D | lua.h | 254 LUA_API int (lua_rawget) (lua_State *L, int idx); variable
|
| H A D | lauxlib.c | 829 tt = lua_rawget(L, -2); in luaL_getmetafield()
|
| H A D | lapi.c | 698 LUA_API int lua_rawget (lua_State *L, int idx) { in lua_rawget() function
|
| /freebsd-13.1/sys/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
|
| /freebsd-13.1/contrib/lutok/ |
| H A D | state.cpp | 751 lua_rawget(_pimpl->lua_state, index); in raw_get()
|
| /freebsd-13.1/sys/contrib/openzfs/include/sys/lua/ |
| H A D | lua.h | 226 LUA_API void (lua_rawget) (lua_State *L, int idx); variable
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 931 lua_rawget(L,index); 1302 lua_rawget(L,-2); in SWIG_Lua_namespace_get() 1343 lua_rawget(L,-2); in SWIG_Lua_namespace_set() 1625 lua_rawget(L,-2); in SWIG_Lua_class_do_get() 1709 lua_rawget(L,-2); in SWIG_Lua_class_do_set() 1901 lua_rawget(L,-2); in SWIG_Lua_get_inheritable_metamethods() 1904 lua_rawget(L,-2); in SWIG_Lua_get_inheritable_metamethods() 1967 lua_rawget(L,base); in SWIG_Lua_merge_tables() 2124 lua_rawget(L,-2); in SWIG_Lua_do_resolve_metamethod() 2332 lua_rawget(L,-2); in SWIG_Lua_class_register_instance() [all …]
|