Home
last modified time | relevance | path

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

/external/syslinux/com32/lua/src/
Dlobject.h132 #define checktype(o,t) (ttypenv(o) == (t)) macro
137 #define ttisstring(o) checktype((o), LUA_TSTRING)
141 #define ttisfunction(o) checktype(o, LUA_TFUNCTION)
364 #undef checktype
366 #define checktype(o,t) (ctb(tt_(o) | VARBITS) == ctb(tag2tt(t) | VARBITS)) macro