Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dlobject.h608 #define ttislcf(o) checktag((o), LUA_VLCF) macro
617 #define fvalue(o) check_exp(ttislcf(o), val_(o).f)
H A Dlapi.c90 api_check(L, ttislcf(s2v(ci->func.p)), "caller not a C function"); in index2value()
305 return (ttislcf(o) || (ttisCclosure(o))); in lua_iscfunction()
448 if (ttislcf(o)) return fvalue(o); in lua_tocfunction()