Home
last modified time | relevance | path

Searched refs:upvalue (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/mit/lua/dist/src/
H A Dlfunc.h16 #define sizeCclosure(n) (cast_int(offsetof(CClosure, upvalue)) + \
H A Dlapi.c86 return (idx <= func->nupvalues) ? &func->upvalue[idx-1] in index2value()
603 setobj2n(L, &cl->upvalue[n], s2v(L->top.p + n)); in lua_pushcclosure()
1374 *val = &f->upvalue[n-1]; in aux_upvalue()
1450 return &f->upvalue[n - 1]; in lua_upvalueid()
H A Dlobject.h664 TValue upvalue[1]; /* list of upvalues */ member
H A Dlgc.c599 markvalue(g, &cl->upvalue[i]); in traverseCclosure()