Home
last modified time | relevance | path

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

/external/syslinux/com32/lua/src/
Dlapi.c76 return (idx <= func->nupvalues) ? &func->upvalue[idx-1] : NONVALIDVALUE; in index2addr()
569 setobj2n(L, &cl->c.upvalue[n], L->top + n); in lua_pushcclosure()
1194 *val = &f->upvalue[n-1]; in aux_upvalue()
1266 return &f->upvalue[n - 1]; in lua_upvalueid()
Dlobject.h519 TValue upvalue[1]; /* list of upvalues */ member
Dlgc.c482 markvalue(g, &cl->upvalue[i]); in traverseCclosure()