Searched refs:luaK_concat (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lcode.c | 66 luaK_concat(fs, &j, jpc); /* keep them on hold */ in luaK_jump() 196 luaK_concat(fs, &fs->jpc, list); in luaK_patchtohere() 200 void luaK_concat (FuncState *fs, int *l1, int l2) { in luaK_concat() function 473 luaK_concat(fs, &e->t, e->u.info); /* put this jump in `t' list */ in exp2reg() 641 luaK_concat(fs, &e->f, pc); /* insert last jump in `f' list */ in luaK_goiftrue() 664 luaK_concat(fs, &e->t, pc); /* insert last jump in `t' list */ in luaK_goiffalse() 826 luaK_concat(fs, &e2->f, e1->f); in luaK_posfix() 833 luaK_concat(fs, &e2->t, e1->t); in luaK_posfix()
|
H A D | lcode.h | 75 LUAI_FUNC void luaK_concat (FuncState *fs, int *l1, int l2);
|
H A D | lparser.c | 1409 luaK_concat(fs, escapelist, luaK_jump(fs)); /* must jump over it */ in test_then_block()
|
/freebsd/contrib/lua/src/ |
H A D | lcode.h | 88 LUAI_FUNC void luaK_concat (FuncState *fs, int *l1, int l2);
|
H A D | lcode.c | 182 void luaK_concat (FuncState *fs, int *l1, int l2) { in luaK_concat() function 926 luaK_concat(fs, &e->t, e->u.info); /* put this jump in 't' list */ in exp2reg() 1160 luaK_concat(fs, &e->f, pc); /* insert new jump in false list */ in luaK_goiftrue() 1186 luaK_concat(fs, &e->t, pc); /* insert new jump in 't' list */ in luaK_goiffalse() 1721 luaK_concat(fs, &e2->f, e1->f); in luaK_posfix() 1727 luaK_concat(fs, &e2->t, e1->t); in luaK_posfix()
|
H A D | lparser.c | 1669 luaK_concat(fs, escapelist, luaK_jump(fs)); /* must jump over it */ in test_then_block()
|