Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlcode.c64 luaK_concat(fs, &j, jpc); /* keep them on hold */ in luaK_jump()
194 luaK_concat(fs, &fs->jpc, list); in luaK_patchtohere()
198 void luaK_concat (FuncState *fs, int *l1, int l2) { in luaK_concat() function
471 luaK_concat(fs, &e->t, e->u.info); /* put this jump in `t' list */ in exp2reg()
639 luaK_concat(fs, &e->f, pc); /* insert last jump in `f' list */ in luaK_goiftrue()
662 luaK_concat(fs, &e->t, pc); /* insert last jump in `t' list */ in luaK_goiffalse()
819 luaK_concat(fs, &e2->f, e1->f); in luaK_posfix()
826 luaK_concat(fs, &e2->t, e1->t); in luaK_posfix()
Dlcode.h74 LUAI_FUNC void luaK_concat (FuncState *fs, int *l1, int l2);
Dlparser.c1404 luaK_concat(fs, escapelist, luaK_jump(fs)); /* must jump over it */ in test_then_block()