Home
last modified time | relevance | path

Searched refs:StackValue (Results 1 – 3 of 3) sorted by relevance

/l4re-core-master/lua/lib/contrib/src/
A Dlobject.h146 typedef union StackValue { union
152 } StackValue; typedef
156 typedef StackValue *StkId;
A Dldo.c195 newsize + EXTRA_STACK, StackValue); in luaD_reallocstack()
204 memcpy(newstack, L->stack, i * sizeof(StackValue)); in luaD_reallocstack()
A Dlstate.c183 L1->stack = luaM_newvector(L, BASIC_STACK_SIZE + EXTRA_STACK, StackValue); in stack_init()

Completed in 8 milliseconds