Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlapi.c73 return (idx <= func->nupvalues) ? &func->upvalue[idx-1] : NONVALIDVALUE; in index2addr()
566 setobj2n(L, &cl->c.upvalue[n], L->top + n); in lua_pushcclosure()
1191 *val = &f->upvalue[n-1]; in aux_upvalue()
1263 return &f->upvalue[n - 1]; in lua_upvalueid()
H A Dlobject.h517 TValue upvalue[1]; /* list of upvalues */ member
H A Dlgc.c481 markvalue(g, &cl->upvalue[i]); in traverseCclosure()
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlapi.c72 ? &func->c.upvalue[idx-1] in index2adr()
495 setobj2n(L, &cl->c.upvalue[n], L->top+n); in lua_pushcclosure()
1045 *val = &f->c.upvalue[n-1]; in aux_upvalue()
H A Dlobject.h298 TValue upvalue[1]; member
H A Dlgc.c229 markvalue(g, &cl->c.upvalue[i]); in traverseclosure()