Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlobject.h138 #define ttisfunction(o) checktype(o, LUA_TFUNCTION) macro
/freebsd/contrib/lua/src/
H A Dlobject.h594 #define ttisfunction(o) checktype(o, LUA_TFUNCTION) macro