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

/opensolaris-onvv-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Diexpr.c97 case T_OR:
177 case T_OR:
H A Deval.c938 * defines for u.expr.temp - these are used for T_OR and T_AND so that if
996 case T_OR:
1003 return (tree_expr(T_OR,
1756 case T_OR:
H A Deft_mdb.c558 case T_OR: /* boolean || operator */
H A Dplatform.c1148 case T_OR:
/opensolaris-onvv-gate/usr/src/cmd/fm/eversholt/common/
H A Dliterals.h194 L_DECL(T_OR); variable
H A Dtree.h60 T_OR, /* boolean || operator */ enumerator in enum:node::nodetype
H A Descparse.y288 { $$ = tree_expr(T_OR, $1, $3); }
H A Dptree.c196 case T_OR:
511 case T_OR: return L_T_OR;
640 np->t == T_OR ||
H A Dtree.c244 case T_OR:
349 case T_OR:
835 case T_OR:
H A Dcheck.c651 case T_OR:

Completed in 112 milliseconds