Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/lua/src/
H A Dlstring.h15 #define sizelstring(l) (sizeof(union UTString) + ((l) + 1) * sizeof(char))
H A Dlobject.h318 typedef union UTString { union
321 } UTString; typedef
329 check_exp(sizeof((ts)->extra), cast(char *, (ts)) + sizeof(UTString))