Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlobject.c62 case LUA_OPBOR: return intop(|, v1, v2); in intarith()
92 case LUA_OPBAND: case LUA_OPBOR: case LUA_OPBXOR: in luaO_rawarith()
H A Dlua.h224 #define LUA_OPBOR 8 macro
H A Dlcode.c1323 case LUA_OPBAND: case LUA_OPBOR: case LUA_OPBXOR: in validop()