Home
last modified time | relevance | path

Searched refs:T_NE (Results 1 – 16 of 16) sorted by relevance

/titanic_50/usr/src/lib/libpp/sparc/
H A Dpp.yacc1 …ADD 265 T_SUBSUB 266 T_LSHIFT 267 T_RSHIFT 268 T_LE 269 T_GE 270 T_EQ 271 T_NE 272 T_ANDAND 273 T_…
/titanic_50/usr/src/lib/libpp/i386/
H A Dpp.yacc1 …ADD 265 T_SUBSUB 266 T_LSHIFT 267 T_RSHIFT 268 T_LE 269 T_GE 270 T_EQ 271 T_NE 272 T_ANDAND 273 T_…
/titanic_50/usr/src/lib/libpp/common/
H A Dppkey.c96 "-not_eq", T_NE,
H A Dpp.h310 #define T_NE (N_PP+15) /* != */ macro
H A Dppexpr.c402 case T_NE: in subexpr()
H A Dppfsm.c520 { NOT1, { '=' }, KEEP(T_NE), },
/titanic_50/usr/src/cmd/fm/modules/common/eversholt/
H A Diexpr.c83 case T_NE: in iexpr_hash()
163 case T_NE: in iexpr_cmp()
H A Deft_mdb.c572 case T_NE: /* boolean != operator */ in eft_node()
H A Deval.c962 case T_NE: in eval_dup()
1702 case T_NE: in eval_expr()
H A Dplatform.c1136 case T_NE: in arglist2argv()
/titanic_50/usr/src/cmd/fm/eversholt/common/
H A Dliterals.h196 L_DECL(T_NE);
H A Dtree.h62 T_NE, /* boolean != operator */ enumerator
H A Dptree.c210 case T_NE: in ptree()
513 case T_NE: return L_T_NE; in ptree_nodetype2str()
642 np->t == T_NE || in name_pattern_match_in_subtree()
H A Descparse.y300 { $$ = tree_expr(T_NE, $1, $3); }
H A Dtree.c246 case T_NE: in tree_free()
351 case T_NE: in tree_treecmp()
821 case T_NE: in make_explicit()
H A Dcheck.c647 case T_NE: in check_exprscope()