Searched defs:ttisstring (Results 1 - 1 of 1) sorted by relevance
/external/syslinux/com32/lua/src/ | ||
H A D | lobject.h | 137 #define ttisstring(o) checktype((o), LUA_TSTRING) macro 156 #define rawtsvalue(o) check_exp(ttisstring(o), &val_(o).gc->ts) |
Completed in 96 milliseconds