Searched defs:ttisstring (Results 1 - 2 of 2) sorted by relevance

/external/skia/third_party/lua/src/
H A Dlobject.h137 #define ttisstring(o) checktype((o), LUA_TSTRING) macro
156 #define rawtsvalue(o) check_exp(ttisstring(o), &val_(o).gc->ts)
/external/syslinux/com32/lua/src/
H A Dlobject.h137 #define ttisstring(o) checktype((o), LUA_TSTRING) macro
156 #define rawtsvalue(o) check_exp(ttisstring(o), &val_(o).gc->ts)

Completed in 98 milliseconds