Home
last modified time | relevance | path

Searched refs:OP_FORLOOP (Results 1 – 8 of 8) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlopcodes.h196 OP_FORLOOP,/* A sBx R(A)+=R(A+2); enumerator
H A Dprint.c140 case OP_FORLOOP: in PrintCode()
H A Dldebug.c412 case OP_FORLOOP: in symbexec()
H A Dlvm.c654 case OP_FORLOOP: { in luaV_execute()
H A Dlparser.c1060 endfor = (isnum) ? luaK_codeAsBx(fs, OP_FORLOOP, base, NO_JUMP) : in forbody()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlopcodes.h212 OP_FORLOOP,/* A sBx R(A)+=R(A+2); enumerator
H A Dlvm.c831 vmcase(OP_FORLOOP, in luaV_execute()
H A Dlparser.c1302 endfor = luaK_codeAsBx(fs, OP_FORLOOP, base, NO_JUMP); in forbody()