Home
last modified time | relevance | path

Searched refs:ttislcf (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/lua/
HDlobject.h143 #define ttislcf(o) checktag((o), LUA_TLCF) macro
161 #define fvalue(o) check_exp(ttislcf(o), val_(o).f)
HDlapi.c69 if (ttislcf(ci->func)) /* light C function? */ in index2addr()
262 return (ttislcf(o) || (ttisCclosure(o))); in lua_iscfunction()
419 if (ttislcf(o)) return fvalue(o); in lua_tocfunction()
/freebsd-13-stable/contrib/lua/src/
HDlobject.h575 #define ttislcf(o) checktag((o), LUA_VLCF) macro
582 #define fvalue(o) check_exp(ttislcf(o), val_(o).f)
HDlapi.c73 if (ttislcf(s2v(ci->func))) /* light C function? */ in index2value()
275 return (ttislcf(o) || (ttisCclosure(o))); in lua_iscfunction()
416 if (ttislcf(o)) return fvalue(o); in lua_tocfunction()