HomeSort by relevance Sort by last modified time
    Searched refs:UTString (Results 1 - 2 of 2) sorted by null

  /external/lua/src/
lstring.h 15 #define sizelstring(l) (sizeof(union UTString) + ((l) + 1) * sizeof(char))
lobject.h 301 ** (aligned according to 'UTString'; see next).
318 typedef union UTString {
321 } UTString;
329 check_exp(sizeof((ts)->extra), cast(char *, (ts)) + sizeof(UTString))

Completed in 195 milliseconds