HomeSort by relevance Sort by last modified time
    Searched refs:T_OR (Results 1 - 10 of 10) sorted by null

  /onnv/onnv-gate/usr/src/cmd/fm/modules/common/eversholt/
iexpr.c 97 case T_OR:
177 case T_OR:
eval.c 937 * defines for u.expr.temp - these are used for T_OR and T_AND so that if
995 case T_OR:
1002 return (tree_expr(T_OR,
    [all...]
eft_mdb.c 558 case T_OR: /* boolean || operator */
platform.c 1093 case T_OR:
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fm/eversholt/common/
tree.h 60 T_OR, /* boolean || operator */
literals.h 194 L_DECL(T_OR);
escparse.y 288 { $$ = tree_expr(T_OR, $1, $3); }
ptree.c 196 case T_OR:
511 case T_OR: return L_T_OR;
640 np->t == T_OR ||
tree.c 244 case T_OR:
349 case T_OR:
835 case T_OR:
    [all...]
check.c 651 case T_OR:
    [all...]

Completed in 3490 milliseconds