Searched refs:T_RELATIONAL (Results 1 – 3 of 3) sorted by relevance
96 "<" return lex_operator(T_RELATIONAL, LT);97 ">" return lex_operator(T_RELATIONAL, GT);98 "<=" return lex_operator(T_RELATIONAL, LE);99 ">=" return lex_operator(T_RELATIONAL, GE);
270 %token <y_op> T_RELATIONAL335 %left T_RELATIONAL864 | conditional_expression T_RELATIONAL sys conditional_expression {2621 case T_RELATIONAL: in cgram_to_string()
56 #define T_RELATIONAL 0x104 /* <, >, <= or >= */ macro207 return T_RELATIONAL; in tokenize()218 return T_RELATIONAL; in tokenize()295 case T_RELATIONAL: in main()404 DEF_TR(relational, T_RELATIONAL, additive);714 case T_RELATIONAL: in dump_elem()810 case T_RELATIONAL: in calculate_plural()