Home
last modified time | relevance | path

Searched refs:ttypenv (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dltm.c64 switch (ttypenv(o)) { in luaT_gettmbyobj()
72 mt = G(L)->mt[ttypenv(o)]; in luaT_gettmbyobj()
H A Dltm.h48 #define objtypename(x) ttypename(ttypenv(x))
H A Dlapi.c248 return (isvalid(o) ? ttypenv(o) : LUA_TNONE); in lua_type()
406 switch (ttypenv(o)) { in lua_rawlen()
426 switch (ttypenv(o)) { in lua_touserdata()
689 switch (ttypenv(obj)) { in lua_getmetatable()
697 mt = G(L)->mt[ttypenv(obj)]; in lua_getmetatable()
821 switch (ttypenv(obj)) { in lua_setmetatable()
839 G(L)->mt[ttypenv(obj)] = mt; in lua_setmetatable()
H A Dlobject.h125 #define ttypenv(o) (novariant(rttype(o))) macro
130 #define checktype(o,t) (ttypenv(o) == (t))
H A Dlvm.c338 switch (ttypenv(rb)) { in luaV_objlen()