Home
last modified time | relevance | path

Searched refs:T_CONDELSE (Results 1 – 10 of 10) sorted by relevance

/titanic_50/usr/src/cmd/fm/modules/common/eversholt/
H A Diexpr.c82 case T_CONDELSE: in iexpr_hash()
162 case T_CONDELSE: in iexpr_cmp()
H A Deval.c961 case T_CONDELSE: in eval_dup()
1672 if (np->u.expr.right->t == T_CONDELSE) { in eval_expr()
1693 case T_CONDELSE: in eval_expr()
H A Deft_mdb.c539 case T_CONDELSE: /* lists b and c in (a ? b : c ) */ in eft_node()
H A Dplatform.c1134 case T_CONDELSE: in arglist2argv()
/titanic_50/usr/src/cmd/fm/eversholt/common/
H A Dliterals.h191 L_DECL(T_CONDELSE);
H A Dtree.h57 T_CONDELSE, /* lists b and c in (a ? b : c ) */ enumerator
H A Dptree.c328 case T_CONDELSE: in ptree()
508 case T_CONDELSE: return L_T_CONDELSE; in ptree_nodetype2str()
637 np->t == T_CONDELSE || in name_pattern_match_in_subtree()
H A Descparse.y286 { $$ = tree_expr(T_CONDELSE, $1, $3); }
H A Dtree.c265 case T_CONDELSE: in tree_free()
370 case T_CONDELSE: in tree_treecmp()
820 case T_CONDELSE: in make_explicit()
H A Dcheck.c669 case T_CONDELSE: in check_exprscope()