Searched defs:fromstate (Results 1 – 2 of 2) sorted by relevance
28 #define fromstate(l) (cast(lu_byte *, (l)) - LUAI_EXTRASPACE) macro
74 #define fromstate(L) (cast(LX *, cast(lu_byte *, (L)) - offsetof(LX, l))) macro