Home
last modified time | relevance | path

Searched defs:upval (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/lua/src/
H A Dlvm.c1258 TValue *upval = cl->upvals[GETARG_B(i)]->v.p; in luaV_execute() local
1313 TValue *upval = cl->upvals[GETARG_A(i)]->v.p; in luaV_execute() local
H A Dlparser.c54 lu_byte upval; /* true if some variable in the block is an upvalue */ member
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlparser.c44 lu_byte upval; /* true if some variable in the block is an upvalue */ member