Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/xlint/lint1/
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);
Dcgram.y270 %token <y_op> T_RELATIONAL
335 %left T_RELATIONAL
864 | conditional_expression T_RELATIONAL sys conditional_expression {
2621 case T_RELATIONAL: in cgram_to_string()
/netbsd/src/lib/libintl/
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()