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

/opensolaris-onvv-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Diexpr.c82 case T_CONDELSE:
162 case T_CONDELSE:
H A Deval.c961 case T_CONDELSE:
1672 if (np->u.expr.right->t == T_CONDELSE) {
1693 case T_CONDELSE:
1695 * shouldn't get here, since T_CONDELSE is supposed to be
H A Deft_mdb.c530 case T_CONDIF: /* a and T_CONDELSE in (a ? b : c ) */
539 case T_CONDELSE: /* lists b and c in (a ? b : c ) */
H A Dplatform.c1134 case T_CONDELSE:
/opensolaris-onvv-gate/usr/src/cmd/fm/eversholt/common/
H A Dliterals.h191 L_DECL(T_CONDELSE); variable
H A Dtree.h56 T_CONDIF, /* a and T_CONDELSE in (a ? b : c ) */
57 T_CONDELSE, /* lists b and c in (a ? b : c ) */ enumerator in enum:node::nodetype
H A Descparse.y286 { $$ = tree_expr(T_CONDELSE, $1, $3); }
H A Dptree.c328 case T_CONDELSE:
508 case T_CONDELSE: return L_T_CONDELSE;
637 np->t == T_CONDELSE ||
H A Dtree.c265 case T_CONDELSE:
370 case T_CONDELSE:
820 case T_CONDELSE:
H A Dcheck.c669 case T_CONDELSE:

Completed in 174 milliseconds