Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlopcodes.h276 OP_EQK,/* A B k if ((R[A] == K[B]) ~= k) then pc++ */ enumerator
H A Dluac.c570 case OP_EQK: in PrintCode()
H A Dlcode.c1603 op = OP_EQK; in codeeq()
H A Dlvm.c1625 vmcase(OP_EQK) { in luaV_execute()