Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlopcodes.h252 OP_BAND,/* A B C R[A] := R[B] & R[C] */ enumerator
H A Dluac.c507 case OP_BAND: in PrintCode()
H A Dlvm.c1496 vmcase(OP_BAND) { in luaV_execute()