OpArgN 806 lib/lua/lcode.c lua_assert(getBMode(o) != OpArgN || b == 0); OpArgN 807 lib/lua/lcode.c lua_assert(getCMode(o) != OpArgN || c == 0); OpArgN 814 lib/lua/lcode.c lua_assert(getCMode(o) == OpArgN); OpArgN 306 lib/lua/ldebug.c case OpArgN: check(r == 0); break; OpArgN 63 lib/lua/lopcodes.c opmode(0, 1, OpArgR, OpArgN, iABC) /* OP_MOVE */ OpArgN 64 lib/lua/lopcodes.c ,opmode(0, 1, OpArgK, OpArgN, iABx) /* OP_LOADK */ OpArgN 66 lib/lua/lopcodes.c ,opmode(0, 1, OpArgR, OpArgN, iABC) /* OP_LOADNIL */ OpArgN 67 lib/lua/lopcodes.c ,opmode(0, 1, OpArgU, OpArgN, iABC) /* OP_GETUPVAL */ OpArgN 68 lib/lua/lopcodes.c ,opmode(0, 1, OpArgK, OpArgN, iABx) /* OP_GETGLOBAL */ OpArgN 70 lib/lua/lopcodes.c ,opmode(0, 0, OpArgK, OpArgN, iABx) /* OP_SETGLOBAL */ OpArgN 71 lib/lua/lopcodes.c ,opmode(0, 0, OpArgU, OpArgN, iABC) /* OP_SETUPVAL */ OpArgN 81 lib/lua/lopcodes.c ,opmode(0, 1, OpArgR, OpArgN, iABC) /* OP_UNM */ OpArgN 82 lib/lua/lopcodes.c ,opmode(0, 1, OpArgR, OpArgN, iABC) /* OP_NOT */ OpArgN 83 lib/lua/lopcodes.c ,opmode(0, 1, OpArgR, OpArgN, iABC) /* OP_LEN */ OpArgN 85 lib/lua/lopcodes.c ,opmode(0, 0, OpArgR, OpArgN, iAsBx) /* OP_JMP */ OpArgN 93 lib/lua/lopcodes.c ,opmode(0, 0, OpArgU, OpArgN, iABC) /* OP_RETURN */ OpArgN 94 lib/lua/lopcodes.c ,opmode(0, 1, OpArgR, OpArgN, iAsBx) /* OP_FORLOOP */ OpArgN 95 lib/lua/lopcodes.c ,opmode(0, 1, OpArgR, OpArgN, iAsBx) /* OP_FORPREP */ OpArgN 96 lib/lua/lopcodes.c ,opmode(1, 0, OpArgN, OpArgU, iABC) /* OP_TFORLOOP */ OpArgN 98 lib/lua/lopcodes.c ,opmode(0, 0, OpArgN, OpArgN, iABC) /* OP_CLOSE */ OpArgN 99 lib/lua/lopcodes.c ,opmode(0, 1, OpArgU, OpArgN, iABx) /* OP_CLOSURE */ OpArgN 100 lib/lua/lopcodes.c ,opmode(0, 1, OpArgU, OpArgN, iABC) /* OP_VARARG */ OpArgN 95 lib/lua/print.c if (getBMode(o)!=OpArgN) printf(" %d",ISK(b) ? (-1-INDEXK(b)) : b); OpArgN 96 lib/lua/print.c if (getCMode(o)!=OpArgN) printf(" %d",ISK(c) ? (-1-INDEXK(c)) : c);