Home | History | Annotate | Download | only in src

Lines Matching full:prep

1287   int prep, endfor;
1290 prep = isnum ? luaK_codeAsBx(fs, OP_FORPREP, base, NO_JUMP) : luaK_jump(fs);
1296 luaK_patchtohere(fs, prep);
1304 luaK_patchlist(fs, endfor, prep + 1);