Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlapi.c75 return (idx <= func->nupvalues) ? &func->upvalue[idx-1] : NONVALIDVALUE; in index2addr()
568 setobj2n(L, &cl->c.upvalue[n], L->top + n); in lua_pushcclosure()
1193 *val = &f->upvalue[n-1]; in aux_upvalue()
1265 return &f->upvalue[n - 1]; in lua_upvalueid()
H A Dlobject.h518 TValue upvalue[1]; /* list of upvalues */ member
H A Dlgc.c482 markvalue(g, &cl->upvalue[i]); in traverseCclosure()