Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/lua/src/
H A Dldblib.c327 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 Dltablib.c38 return (lua_rawget(L, -n) != LUA_TNIL); in checkfield()
H A Dlbaselib.c170 lua_rawget(L, 1); in luaB_rawget()
H A Dlua.h254 LUA_API int (lua_rawget) (lua_State *L, int idx); variable
H A Dlauxlib.c829 tt = lua_rawget(L, -2); in luaL_getmetafield()
H A Dlapi.c698 LUA_API int lua_rawget (lua_State *L, int idx) { in lua_rawget() function
/freebsd-13.1/sys/contrib/openzfs/module/lua/
H A Dlbaselib.c128 lua_rawget(L, 1); in luaB_rawget()
H A Dlauxlib.c559 lua_rawget(L, -2); in luaL_getmetafield()
631 lua_rawget(L, -2); in luaL_findtable()
H A Dlapi.c636 LUA_API void lua_rawget (lua_State *L, int idx) { in lua_rawget() function
/freebsd-13.1/contrib/lutok/
H A Dstate.cpp751 lua_rawget(_pimpl->lua_state, index); in raw_get()
/freebsd-13.1/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h226 LUA_API void (lua_rawget) (lua_State *L, int idx); variable
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp931 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 …]