HomeSort by: relevance | last modified time | path
    Searched refs:T_RELATIONAL (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/xlint/lint1/
scan.l 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);
cgram.y 274 %token <y_op> T_RELATIONAL
339 %left T_RELATIONAL
867 | conditional_expression T_RELATIONAL sys conditional_expression {
2617 case T_RELATIONAL:
  /src/lib/libintl/
plural_parser.c 56 #define T_RELATIONAL 0x104 /* <, >, <= or >= */
207 return T_RELATIONAL;
218 return T_RELATIONAL;
295 case T_RELATIONAL:
404 DEF_TR(relational, T_RELATIONAL, additive);
714 case T_RELATIONAL:
810 case T_RELATIONAL:

Completed in 121 milliseconds