OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OP_TFORLOOP
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/mit/lua/dist/src/
lopcodes.h
307
OP_TFORLOOP
,/* A Bx if R[A+2] ~= nil then { R[A]=R[A+2]; pc -= Bx } */
luac.c
636
case
OP_TFORLOOP
:
lvm.c
1938
lua_assert(GET_OPCODE(i) ==
OP_TFORLOOP
&& ra == RA(i));
1941
vmcase(
OP_TFORLOOP
) {
lparser.c
1561
static const OpCode forloop[2] = {OP_FORLOOP,
OP_TFORLOOP
};
Completed in 39 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026