Home
last modified time | relevance | path

Searched refs:OP_FORPREP (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/mit/lua/dist/src/
H A Dlopcodes.h302 OP_FORPREP,/* A Bx <check values and prepare counters>; enumerator
H A Dluac.c625 case OP_FORPREP: in PrintCode()
H A Dlvm.c1908 vmcase(OP_FORPREP) {
H A Dlparser.c1560 static const OpCode forprep[2] = {OP_FORPREP, OP_TFORPREP}; in forbody()