Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Diexpr.c80 case T_CONDELSE: in iexpr_hash()
160 case T_CONDELSE: in iexpr_cmp()
H A Deval.c963 case T_CONDELSE: in eval_dup()
1674 if (np->u.expr.right->t == T_CONDELSE) { in eval_expr()
1695 case T_CONDELSE: in eval_expr()
H A Deft_mdb.c541 case T_CONDELSE: /* lists b and c in (a ? b : c ) */ in eft_node()
H A Dplatform.c1136 case T_CONDELSE: in arglist2argv()
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dliterals.h191 L_DECL(T_CONDELSE);
H A Dtree.h55 T_CONDELSE, /* lists b and c in (a ? b : c ) */ enumerator
H A Dptree.c326 case T_CONDELSE: in ptree()
506 case T_CONDELSE: return L_T_CONDELSE; in ptree_nodetype2str()
635 np->t == T_CONDELSE || in name_pattern_match_in_subtree()
H A Descparse.y286 { $$ = tree_expr(T_CONDELSE, $1, $3); }
H A Dtree.c281 case T_CONDELSE: in tree_free()
386 case T_CONDELSE: in tree_treecmp()
836 case T_CONDELSE: in make_explicit()
H A Dcheck.c669 case T_CONDELSE: in check_exprscope()