Home
last modified time | relevance | path

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

/redis-3.2.3/deps/lua/src/
H A Dlcode.c64 luaK_concat(fs, &j, jpc); /* keep them on hold */ in luaK_jump()
181 luaK_concat(fs, &fs->jpc, list); in luaK_patchtohere()
185 void luaK_concat (FuncState *fs, int *l1, int l2) { in luaK_concat() function
393 luaK_concat(fs, &e->t, e->u.s.info); /* put this jump in `t' list */ in exp2reg()
557 luaK_concat(fs, &e->f, pc); /* insert last jump in `f' list */ in luaK_goiftrue()
580 luaK_concat(fs, &e->t, pc); /* insert last jump in `t' list */ in luaK_goiffalse()
742 luaK_concat(fs, &e2->f, e1->f); in luaK_posfix()
749 luaK_concat(fs, &e2->t, e1->t); in luaK_posfix()
H A Dlcode.h68 LUAI_FUNC void luaK_concat (FuncState *fs, int *l1, int l2);
H A Dlparser.c987 luaK_concat(fs, &bl->breaklist, luaK_jump(fs)); in breakstat()
1148 luaK_concat(fs, &escapelist, luaK_jump(fs)); in ifstat()
1153 luaK_concat(fs, &escapelist, luaK_jump(fs)); in ifstat()
1159 luaK_concat(fs, &escapelist, flist); in ifstat()