Home
last modified time | relevance | path

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

/netbsd/external/mit/lua/dist/src/
H A Dlcode.c187 void luaK_concat (FuncState *fs, int *l1, int l2) { in luaK_concat() function
932 luaK_concat(fs, &e->t, e->u.info); /* put this jump in 't' list */ in exp2reg()
1172 luaK_concat(fs, &e->f, pc); /* insert new jump in false list */
1198 luaK_concat(fs, &e->t, pc); /* insert new jump in 't' list */
1750 luaK_concat(fs, &e2->f, e1->f);
1756 luaK_concat(fs, &e2->t, e1->t);
H A Dlcode.h98 LUAI_FUNC void luaK_concat (FuncState *fs, int *l1, int l2);
H A Dlparser.c1684 luaK_concat(fs, escapelist, luaK_jump(fs)); /* must jump over it */ in test_then_block()