Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
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), },
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Diexpr.c81 case T_NE: in iexpr_hash()
161 case T_NE: in iexpr_cmp()
H A Deft_mdb.c574 case T_NE: /* boolean != operator */ in eft_node()
H A Deval.c964 case T_NE: in eval_dup()
1705 case T_NE: in eval_expr()
H A Dplatform.c1138 case T_NE: in arglist2argv()
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dliterals.h196 L_DECL(T_NE);
H A Dtree.h60 T_NE, /* boolean != operator */ enumerator
H A Dptree.c208 case T_NE: in ptree()
511 case T_NE: return L_T_NE; in ptree_nodetype2str()
640 np->t == T_NE || in name_pattern_match_in_subtree()
H A Descparse.y300 { $$ = tree_expr(T_NE, $1, $3); }
H A Dtree.c262 case T_NE: in tree_free()
367 case T_NE: in tree_treecmp()
837 case T_NE: in make_explicit()
H A Dcheck.c647 case T_NE: in check_exprscope()