Searched refs:CMPOP2 (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/intl/
H A Dplural.y163 %left CMPOP2 /* < > <= >= */
168 %token <op> EQUOP2 CMPOP2 ADDOP2 MULOP2
198 | exp CMPOP2 exp
335 result = CMPOP2;
346 result = CMPOP2;
H A Dplural.c15 #define CMPOP2 258 macro
243 "'&'","EQUOP2","CMPOP2","ADDOP2","MULOP2","'!'","NUMBER","':'","'n'","'('","')'",
1251 result = CMPOP2;
1262 result = CMPOP2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dplural.y143 %left CMPOP2 /* < > <= >= */
148 %token <op> EQUOP2 CMPOP2 ADDOP2 MULOP2
178 | exp CMPOP2 exp
312 result = CMPOP2;
323 result = CMPOP2;
H A Dplural.c148 CMPOP2 = 259, enumerator in enum:yytokentype
156 #define CMPOP2 259 macro
561 "$end", "error", "$undefined", "'?'", "'|'", "'&'", "EQUOP2", "CMPOP2",
1890 result = CMPOP2;
1901 result = CMPOP2;

Completed in 54 milliseconds