Home
last modified time | relevance | path

Searched refs:OP_BOR (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/lua/src/
H A Dlopcodes.h253 OP_BOR,/* A B C R[A] := R[B] | R[C] */ enumerator
H A Dluac.c510 case OP_BOR: in PrintCode()
H A Dlvm.c1500 vmcase(OP_BOR) { in luaV_execute()