Home
last modified time | relevance | path

Searched refs:luaK_concat (Results 1 – 3 of 3) sorted by relevance

/minix3/external/mit/lua/dist/src/
H A Dlcode.c87 luaK_concat(fs, &j, jpc); /* keep them on hold */ in luaK_jump()
217 luaK_concat(fs, &fs->jpc, list); in luaK_patchtohere()
221 void luaK_concat (FuncState *fs, int *l1, int l2) { in luaK_concat() function
509 luaK_concat(fs, &e->t, e->u.info); /* put this jump in 't' list */ in exp2reg()
689 luaK_concat(fs, &e->f, pc); /* insert last jump in 'f' list */
712 luaK_concat(fs, &e->t, pc); /* insert last jump in 't' list */
924 luaK_concat(fs, &e2->f, e1->f);
931 luaK_concat(fs, &e2->t, e1->t);
H A Dlcode.h84 LUAI_FUNC void luaK_concat (FuncState *fs, int *l1, int l2);
H A Dlparser.c1419 luaK_concat(fs, escapelist, luaK_jump(fs)); /* must jump over it */ in test_then_block()