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);
263 %token <y_op> T_RELATIONAL328 %left T_RELATIONAL857 | conditional_expression T_RELATIONAL sys conditional_expression {2593 case T_RELATIONAL:
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()