Home
last modified time | relevance | path

Searched refs:StkIdRel (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/lua/src/
H A Dlstate.h178 StkIdRel func; /* function index in the stack */
179 StkIdRel top; /* top for this function */
314 StkIdRel top; /* first free slot in the stack */
317 StkIdRel stack_last; /* end of stack (last element + 1) */
318 StkIdRel stack; /* stack base */
320 StkIdRel tbclist; /* list of to-be-closed variables */
H A Dlobject.h168 } StkIdRel; typedef