Home
last modified time | relevance | path

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

/redis-3.2.3/deps/lua/src/
H A Dlcode.h66 LUAI_FUNC void luaK_patchlist (FuncState *fs, int list, int target);
H A Dlparser.c1003 luaK_patchlist(fs, luaK_jump(fs), whileinit); in whilestat()
1024 luaK_patchlist(ls->fs, condexit, repeat_init); /* close the loop */ in repeatstat()
1030 luaK_patchlist(ls->fs, luaK_jump(fs), repeat_init); /* and repeat */ in repeatstat()
1063 luaK_patchlist(fs, (isnum ? endfor : luaK_jump(fs)), prep + 1); in forbody()
H A Dlcode.c169 void luaK_patchlist (FuncState *fs, int list, int target) { in luaK_patchlist() function