Searched defs:restorestack (Results 1 – 2 of 2) sorted by relevance
24 #define restorestack(L,n) ((TValue *)((char *)L->stack + (n))) macro
37 #define restorestack(L,n) cast(StkId, cast_charp(L->stack.p) + (n)) macro