Searched refs:ttislcf (Results 1 – 2 of 2) sorted by relevance
573 #define ttislcf(o) checktag((o), LUA_VLCF) macro580 #define fvalue(o) check_exp(ttislcf(o), val_(o).f)
73 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()