Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlobject.h142 #define ttislcf(o) checktag((o), LUA_TLCF) macro
160 #define fvalue(o) check_exp(ttislcf(o), val_(o).f)
H A Dlapi.c68 if (ttislcf(ci->func)) /* light C function? */ in index2addr()
261 return (ttislcf(o) || (ttisCclosure(o))); in lua_iscfunction()
418 if (ttislcf(o)) return fvalue(o); in lua_tocfunction()
/freebsd/contrib/lua/src/
H A Dlobject.h596 #define ttislcf(o) checktag((o), LUA_VLCF) macro
605 #define fvalue(o) check_exp(ttislcf(o), val_(o).f)
H A Dlapi.c84 api_check(L, ttislcf(s2v(ci->func.p)), "caller not a C function"); in index2value()
299 return (ttislcf(o) || (ttisCclosure(o))); in lua_iscfunction()
440 if (ttislcf(o)) return fvalue(o); in lua_tocfunction()