Home
last modified time | relevance | path

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

/external/syslinux/com32/lua/src/
Dlobject.h177 #define righttt(obj) (ttype(obj) == gcvalue(obj)->gch.tt) macro
181 (righttt(obj) && !isdead(g,gcvalue(obj))))
Dlgc.c72 lua_longassert(!iscollectable(obj) || righttt(obj))