Home
last modified time | relevance | path

Searched defs:ttisclosure (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/com32/lua/src/
Dlobject.h142 #define ttisclosure(o) ((rttype(o) & 0x1F) == LUA_TFUNCTION) macro
/external/skia/third_party/lua/src/
Dlobject.h142 #define ttisclosure(o) ((rttype(o) & 0x1F) == LUA_TFUNCTION) macro