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.h143 #define ttislcf(o) checktag((o), LUA_TLCF) macro
161 #define fvalue(o) check_exp(ttislcf(o), val_(o).f)
H A Dlapi.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/contrib/lua/src/
H A Dlobject.h594 #define ttislcf(o) checktag((o), LUA_VLCF) macro
603 #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()