Home
last modified time | relevance | path

Searched refs:TK_MUL_ASS (Results 1 – 9 of 9) sorted by relevance

/dports/lang/mujs/mujs-1.2.0/
H A Djslex.h25 TK_MUL_ASS, enumerator
H A Djslex.c671 return TK_MUL_ASS; in jsY_lexx()
H A Djsparse.c624 else if (jsP_accept(J, TK_MUL_ASS)) a = EXP2(ASS_MUL, a, assignment(J, notin)); in assignment()
/dports/graphics/aseprite/aseprite-1.2.9/third_party/mujs/
H A Djslex.h25 TK_MUL_ASS, enumerator
H A Djslex.c654 return TK_MUL_ASS; in jsY_lexx()
H A Djsparse.c583 else if (jsP_accept(J, TK_MUL_ASS)) a = EXP2(ASS_MUL, a, assignment(J, notin)); in assignment()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/mujs/
H A Djslex.h25 TK_MUL_ASS, enumerator
H A Djslex.c671 return TK_MUL_ASS; in jsY_lexx()
H A Djsparse.c624 else if (jsP_accept(J, TK_MUL_ASS)) a = EXP2(ASS_MUL, a, assignment(J, notin)); in assignment()