Home
last modified time | relevance | path

Searched refs:repeat_init (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlparser.c1014 int repeat_init = luaK_getlabel(fs); in repeatstat() local
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()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlparser.c1260 int repeat_init = luaK_getlabel(fs); in repeatstat() local
1271 luaK_patchlist(fs, condexit, repeat_init); /* close the loop */ in repeatstat()