Searched refs:lua_rawget (Results 1 – 13 of 13) sorted by relevance
| /freebsd-14.2/contrib/lua/src/ |
| H A D | ldblib.c | 328 if (lua_rawget(L, -2) == LUA_TFUNCTION) { /* is there a hook function? */ in hookf() 411 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 | 265 LUA_API int (lua_rawget) (lua_State *L, int idx); variable
|
| H A D | lauxlib.c | 857 tt = lua_rawget(L, -2); in luaL_getmetafield()
|
| H A D | lapi.c | 732 LUA_API int lua_rawget (lua_State *L, int idx) { in lua_rawget() function
|
| H A D | ltests.c | 1619 lua_rawget(L1, t); in runC()
|
| /freebsd-14.2/sys/contrib/openzfs/module/lua/ |
| H A D | lbaselib.c | 127 lua_rawget(L, 1); in luaB_rawget()
|
| H A D | lauxlib.c | 558 lua_rawget(L, -2); in luaL_getmetafield() 630 lua_rawget(L, -2); in luaL_findtable()
|
| H A D | lapi.c | 637 LUA_API void lua_rawget (lua_State *L, int idx) { in lua_rawget() function
|
| /freebsd-14.2/contrib/lutok/ |
| H A D | state.cpp | 751 lua_rawget(_pimpl->lua_state, index); in raw_get()
|
| /freebsd-14.2/sys/contrib/openzfs/include/sys/lua/ |
| H A D | lua.h | 225 LUA_API void (lua_rawget) (lua_State *L, int idx); variable
|
| /freebsd-14.2/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 910 lua_rawget(L,index); 1281 lua_rawget(L,-2); in SWIG_Lua_namespace_get() 1322 lua_rawget(L,-2); in SWIG_Lua_namespace_set() 1604 lua_rawget(L,-2); in SWIG_Lua_class_do_get() 1688 lua_rawget(L,-2); in SWIG_Lua_class_do_set() 1880 lua_rawget(L,-2); in SWIG_Lua_get_inheritable_metamethods() 1883 lua_rawget(L,-2); in SWIG_Lua_get_inheritable_metamethods() 1946 lua_rawget(L,base); in SWIG_Lua_merge_tables() 2103 lua_rawget(L,-2); in SWIG_Lua_do_resolve_metamethod() 2311 lua_rawget(L,-2); in SWIG_Lua_class_register_instance() [all …]
|