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

  /onnv/onnv-gate/usr/src/cmd/fm/modules/common/eversholt/
iexpr.c 81 case T_CONDIF:
161 case T_CONDIF:
eft_mdb.c 530 case T_CONDIF: /* a and T_CONDELSE in (a ? b : c ) */
eval.c 959 case T_CONDIF:
    [all...]
platform.c 1078 case T_CONDIF:
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fm/eversholt/common/
tree.h 56 T_CONDIF, /* a and T_CONDELSE in (a ? b : c ) */
literals.h 190 L_DECL(T_CONDIF);
escparse.y 284 { $$ = tree_expr(T_CONDIF, $1, $3); }
ptree.c 321 case T_CONDIF:
507 case T_CONDIF: return L_T_CONDIF;
636 np->t == T_CONDIF ||
tree.c 264 case T_CONDIF:
369 case T_CONDIF:
819 case T_CONDIF:
    [all...]
check.c 668 case T_CONDIF:
924 np->u.name.child->t != T_CONDIF &&
1074 arglist->t != T_CONDIF &&
    [all...]

Completed in 989 milliseconds