Searched refs:iscfunction (Results 1 – 2 of 2) sorted by relevance
315 #define iscfunction(o) (ttype(o) == LUA_TFUNCTION && clvalue(o)->c.isC) macro
256 return iscfunction(o); in lua_iscfunction()381 return (!iscfunction(o)) ? NULL : clvalue(o)->c.f; in lua_tocfunction()