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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dlcode.c33 return (e->k == VKNUM && e->t == NO_JUMP && e->f == NO_JUMP);
62 fs->jpc = NO_JUMP;
63 j = luaK_codeAsBx(fs, OP_JMP, 0, NO_JUMP);
83 lua_assert(dest != NO_JUMP);
102 if (offset == NO_JUMP) /* point to itself represents end of list */
103 return NO_JUMP; /* end of list */
123 for (; list != NO_JUMP; list = getjump(fs, list)) {
145 for (; list != NO_JUMP; list = getjump(fs, list))
152 while (list != NO_JUMP) {
[all...]
H A Dlcode.h20 #define NO_JUMP (-1) macro
H A Dlparser.c149 e->f = e->t = NO_JUMP;
535 fs->jpc = NO_JUMP;
1290 prep = isnum ? luaK_codeAsBx(fs, OP_FORPREP, base, NO_JUMP) : luaK_jump(fs);
1298 endfor = luaK_codeAsBx(fs, OP_FORLOOP, base, NO_JUMP);
1302 endfor = luaK_codeAsBx(fs, OP_TFORLOOP, base + 2, NO_JUMP);
1412 int escapelist = NO_JUMP; /* exit list for finished parts */

Completed in 69 milliseconds