Searched refs:luaK_concat (Results 1 – 3 of 3) sorted by relevance
/external/lua/src/ |
D | lcode.h | 91 LUAI_FUNC void luaK_concat (FuncState *fs, int *l1, int l2);
|
D | lcode.c | 180 void luaK_concat (FuncState *fs, int *l1, int l2) { in luaK_concat() function 903 luaK_concat(fs, &e->t, e->u.info); /* put this jump in 't' list */ in exp2reg() 1134 luaK_concat(fs, &e->f, pc); /* insert new jump in false list */ in luaK_goiftrue() 1160 luaK_concat(fs, &e->t, pc); /* insert new jump in 't' list */ in luaK_goiffalse() 1650 luaK_concat(fs, &e2->f, e1->f); in luaK_posfix() 1656 luaK_concat(fs, &e2->t, e1->t); in luaK_posfix()
|
D | lparser.c | 1698 luaK_concat(fs, escapelist, luaK_jump(fs)); /* must jump over it */ in test_then_block()
|