Home
last modified time | relevance | path

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

/external/syslinux/com32/lua/src/
Dlobject.h145 #define ttislcf(o) checktag((o), LUA_TLCF) macro
163 #define fvalue(o) check_exp(ttislcf(o), val_(o).f)
Dlapi.c72 if (ttislcf(ci->func)) /* light C function? */ in index2addr()
263 return (ttislcf(o) || (ttisCclosure(o))); in lua_iscfunction()
420 if (ttislcf(o)) return fvalue(o); in lua_tocfunction()