Searched defs:restorestack (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/contrib/openzfs/module/lua/
H A Dldo.h23 #define restorestack(L,n) ((TValue *)((char *)L->stack + (n))) macro
/freebsd-current/contrib/lua/src/
H A Dldo.h37 #define restorestack(L,n) cast(StkId, cast_charp(L->stack.p) + (n)) macro

Completed in 137 milliseconds