Home
last modified time | relevance | path

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

/dports/devel/tass64/64tass-1.56.2625-src/
H A Doper_e.h41 O_AND_ASSIGN, /* &= */ enumerator
H A Doperobj.c48 { {NULL, 0}, "binary and assign '&=", O_AND_ASSIGN, 2, 2},
H A Deval.c1704 …2] == '=' ? O_LAND_ASSIGN : O_LAND) : (pline[lpoint.pos + 1] == '=' ? O_AND_ASSIGN : O_AND); goto … in get_exp2()