Searched refs:OP_CLOSE (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/lua/src/ |
H A D | lopcodes.h | 269 OP_CLOSE,/* A close all upvalues >= R[A] */ enumerator
|
H A D | lparser.c | 618 luaK_codeABC(fs, OP_CLOSE, luaY_nvarstack(fs), 0, 0); in createlabel() 682 luaK_codeABC(fs, OP_CLOSE, stklevel, 0, 0); in leaveblock() 1428 luaK_codeABC(fs, OP_CLOSE, lblevel, 0, 0); in gotostat() 1503 luaK_codeABC(fs, OP_CLOSE, reglevel(fs, bl2.nactvar), 0, 0); in repeatstat()
|
H A D | luac.c | 551 case OP_CLOSE: in PrintCode()
|
H A D | ldebug.c | 626 case OP_CLOSE: case OP_RETURN: tm = TM_CLOSE; break; in funcnamefromcode()
|
H A D | lvm.c | 855 case OP_CLOSE: { /* yielded closing variables */ in luaV_finishOp() 1594 vmcase(OP_CLOSE) { in luaV_execute()
|