Home
last modified time | relevance | path

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

/third_party/gettext/gettext-runtime/intl/
Dplural.y135 %left MULOP2 /* * / % */
138 %token <op> EQUOP2 CMPOP2 ADDOP2 MULOP2
176 | exp MULOP2 exp
318 result = MULOP2;
323 result = MULOP2;
328 result = MULOP2;
Dplural.c144 MULOP2 = 261, enumerator
1790 result = MULOP2; in yylex()
1795 result = MULOP2; in yylex()
1800 result = MULOP2; in yylex()
DChangeLog.04036 (MULOP2): New token, replaces '*', '/' and '%'.