Home
last modified time | relevance | path

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

/external/syslinux/com32/lua/src/
Dlobject.h118 #define rttype(o) ((o)->tt_) macro
343 #define rttype(o) (ttisnumber(o) ? LUA_TNUMBER : tt_(o) & 0xff) macro