Searched refs:repeat_init (Results 1 – 2 of 2) sorted by relevance
1014 int repeat_init = luaK_getlabel(fs); in repeatstat() local1024 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()
1260 int repeat_init = luaK_getlabel(fs); in repeatstat() local1271 luaK_patchlist(fs, condexit, repeat_init); /* close the loop */ in repeatstat()