Searched refs:ttislcf (Results 1 – 4 of 4) sorted by relevance
142 #define ttislcf(o) checktag((o), LUA_TLCF) macro160 #define fvalue(o) check_exp(ttislcf(o), val_(o).f)
68 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()
596 #define ttislcf(o) checktag((o), LUA_VLCF) macro605 #define fvalue(o) check_exp(ttislcf(o), val_(o).f)
84 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()