Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/xlint/lint1/
H A Dscan.l96 "<" 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);
H A Dcgram.y263 %token <y_op> T_RELATIONAL
328 %left T_RELATIONAL
857 | conditional_expression T_RELATIONAL sys conditional_expression {
2593 case T_RELATIONAL:
/netbsd-src/lib/libintl/
H A Dplural_parser.c56 #define T_RELATIONAL 0x104 /* <, >, <= or >= */ macro
207 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()