Home
last modified time | relevance | path

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

/third_party/gettext/gettext-runtime/intl/
Dplural.y133 %left CMPOP2 /* < > <= >= */
138 %token <op> EQUOP2 CMPOP2 ADDOP2 MULOP2
168 | exp CMPOP2 exp
302 result = CMPOP2;
313 result = CMPOP2;
Dplural.c142 CMPOP2 = 259, enumerator
1774 result = CMPOP2; in yylex()
1785 result = CMPOP2; in yylex()
DChangeLog.04034 (CMPOP2): New token.
4038 (exp): Add rules for CMPOP2 and '!'. Don't call YYABORT.