Searched refs:upval (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/external/mit/lua/dist/src/
H A Dlparser.c46 lu_byte upval; /* true if some variable in the block is an upvalue */ member in struct:BlockCnt
222 if (bl) bl->upval = 1;
236 markupval(fs, v); /* local will be used as an upval */
291 bl->upval = 0;
302 if (bl->upval)
305 lua_assert(!bl->isbreakable || !bl->upval);
980 int upval = 0; local
982 upval |= bl->upval;
987 if (upval)
[all...]

Completed in 103 milliseconds