Home
last modified time | relevance | path

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

/freebsd-src/sys/contrib/openzfs/module/lua/
H A Dlcode.c65 luaK_concat(fs, &j, jpc); /* keep them on hold */ in luaK_jump()
195 luaK_concat(fs, &fs->jpc, list); in luaK_patchtohere()
199 void luaK_concat (FuncState *fs, int *l1, int l2) { in luaK_concat() function
472 luaK_concat(fs, &e->t, e->u.info); /* put this jump in `t' list */ in exp2reg()
640 luaK_concat(fs, &e->f, pc); /* insert last jump in `f' list */ in luaK_goiftrue()
663 luaK_concat(fs, &e->t, pc); /* insert last jump in `t' list */ in luaK_goiffalse()
825 luaK_concat(fs, &e2->f, e1->f); in luaK_posfix()
832 luaK_concat(fs, &e2->t, e1->t); in luaK_posfix()
H A Dlcode.h74 LUAI_FUNC void luaK_concat (FuncState *fs, int *l1, int l2);
H A Dlparser.c1408 luaK_concat(fs, escapelist, luaK_jump(fs)); /* must jump over it */ in test_then_block()
/freebsd-src/contrib/lua/src/
H A Dlcode.h91 LUAI_FUNC void luaK_concat (FuncState *fs, int *l1, int l2);
H A Dlcode.c181 void luaK_concat (FuncState *fs, int *l1, int l2) { in luaK_concat() function
924 luaK_concat(fs, &e->t, e->u.info); /* put this jump in 't' list */ in exp2reg()
1158 luaK_concat(fs, &e->f, pc); /* insert new jump in false list */ in luaK_goiftrue()
1184 luaK_concat(fs, &e->t, pc); /* insert new jump in 't' list */ in luaK_goiffalse()
1717 luaK_concat(fs, &e2->f, e1->f); in luaK_posfix()
1723 luaK_concat(fs, &e2->t, e1->t); in luaK_posfix()
H A Dlparser.c1670 luaK_concat(fs, escapelist, luaK_jump(fs)); /* must jump over it */ in test_then_block()