Home
last modified time | relevance | path

Searched refs:EXP_BITOR (Results 1 – 12 of 12) sorted by relevance

/dports/lang/mujs/mujs-1.2.0/
H A Djsparse.h69 EXP_BITOR, enumerator
H A Djsdump.c105 case EXP_BITOR: return 60; in prec()
361 case EXP_BITOR: pbin(d, p, exp, "|"); break; in pexpi()
H A Djsparse.c1032 case EXP_BITOR: return jsP_setnumnode(node, toint32(x) | toint32(y)); in jsP_foldconst()
H A Djscompile.c708 case EXP_BITOR: cbinary(J, F, exp, OP_BITOR); break; in cexp()
/dports/graphics/aseprite/aseprite-1.2.9/third_party/mujs/
H A Djsparse.h69 EXP_BITOR, enumerator
H A Djsdump.c105 case EXP_BITOR: return 60; in prec()
351 case EXP_BITOR: pbin(d, p, exp, "|"); break; in pexpi()
H A Djsparse.c976 case EXP_BITOR: return jsP_setnumnode(node, toint32(x) | toint32(y)); in jsP_foldconst()
H A Djscompile.c654 case EXP_BITOR: cbinary(J, F, exp, OP_BITOR); break; in cexp()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/mujs/
H A Djsparse.h69 EXP_BITOR, enumerator
H A Djsdump.c105 case EXP_BITOR: return 60; in prec()
356 case EXP_BITOR: pbin(d, p, exp, "|"); break; in pexpi()
H A Djsparse.c1032 case EXP_BITOR: return jsP_setnumnode(node, toint32(x) | toint32(y)); in jsP_foldconst()
H A Djscompile.c732 case EXP_BITOR: cbinary(J, F, exp, OP_BITOR); break; in cexp()