Home
last modified time | relevance | path

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

/minix/external/mit/lua/dist/src/
H A Dlstring.h17 #define sizelstring(l) (sizeof(union UTString) + ((l) + 1) * sizeof(char))
H A Dlobject.h336 typedef union UTString { union
339 } UTString; typedef
346 #define getaddrstr(ts) (cast(char *, (ts)) + sizeof(UTString))