Home
last modified time | relevance | path

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

/netbsd/src/external/mit/lua/dist/src/
Dlobject.h152 typedef union StackValue { union
158 } StackValue; typedef
162 typedef StackValue *StkId;
Dlstate.c187 L1->stack.p = luaM_newvector(L, BASIC_STACK_SIZE + EXTRA_STACK, StackValue); in stack_init()
Dldo.c225 newsize + EXTRA_STACK, StackValue); in luaD_reallocstack()