Home | History | Annotate | Download | only in src

Lines Matching refs:NO_JUMP

92   if (offset == NO_JUMP)  /* point to itself represents end of list */
93 return NO_JUMP; /* end of list */
106 lua_assert(dest != NO_JUMP);
117 if (l2 == NO_JUMP) return; /* nothing to concatenate? */
118 else if (*l1 == NO_JUMP) /* no original list? */
123 while ((next = getjump(fs, list)) != NO_JUMP) /* find last element */
139 fs->jpc = NO_JUMP; /* no more jumps to here */
140 j = luaK_codeAsBx(fs, OP_JMP, 0, NO_JUMP);
214 for (; list != NO_JUMP; list = getjump(fs, list))
226 while (list != NO_JUMP) {
244 fs->jpc = NO_JUMP;
280 for (; list != NO_JUMP; list = getjump(fs, list)) {
660 for (; list != NO_JUMP; list = getjump(fs, list)) {
681 int p_f = NO_JUMP; /* position of an eventual LOAD false */
682 int p_t = NO_JUMP; /* position of an eventual LOAD true */
684 int fj = (e->k == VJMP) ? NO_JUMP : luaK_jump(fs);
693 e->f = e->t = NO_JUMP;
867 pc = NO_JUMP; /* always true; do nothing */
877 e->t = NO_JUMP;
893 pc = NO_JUMP; /* always false; do nothing */
903 e->f = NO_JUMP;
1067 static const expdesc ef = {VKINT, {0}, NO_JUMP, NO_JUMP};
1128 lua_assert(e1->t == NO_JUMP); /* list closed by 'luK_infix' */
1135 lua_assert(e1->f == NO_JUMP); /* list closed by 'luK_infix' */