Home
last modified time | relevance | path

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

/freebsd-src/sys/contrib/openzfs/module/lua/
H A Dlobject.h128 #define checktag(o,t) (rttype(o) == (t)) macro
362 #define checktag( global() macro
[all...]
/freebsd-src/contrib/lua/src/
H A Dlobject.h91 #define checktag(o,t) (rawtt(o) == (t)) macro