Home
last modified time | relevance | path

Searched defs:rttype (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlobject.h115 #define rttype(o) ((o)->tt_) macro
340 #define rttype(o) (ttisnumber(o) ? LUA_TNUMBER : tt_(o) & 0xff) macro