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

  /onnv/onnv-gate/usr/src/cmd/fm/eversholt/common/
check.c 272 if (np->t != T_FUNC)
283 if (np->t != T_NUM && np->t != T_FUNC)
674 case T_FUNC:
967 if (np->t == T_FUNC)
980 ASSERTinfo(np->t == T_FUNC, ptree_nodetype2str(np->t));
1076 arglist->t != T_FUNC)
1091 arglist->u.expr.left->t == T_FUNC) &&
1093 arglist->u.expr.right->t == T_FUNC)) {
1094 if (arglist->u.expr.left->t == T_FUNC)
1096 if (arglist->u.expr.right->t == T_FUNC)
    [all...]
tree.h 53 T_FUNC, /* func(arglist) */
198 * info kept for T_FUNC
literals.h 187 L_DECL(T_FUNC);
tree.c 178 case T_FUNC:
240 case T_FUNC:
343 case T_FUNC:
761 struct node *ret = newnode(T_FUNC, file, line);
851 case T_FUNC:
    [all...]
ptree.c 152 case T_FUNC:
504 case T_FUNC: return L_T_FUNC;
661 } else if (np->t == T_FUNC) {
  /onnv/onnv-gate/usr/src/cmd/fm/modules/common/eversholt/
iexpr.c 115 case T_FUNC:
203 case T_FUNC:
eval.c 128 else if (np->t == T_FUNC && np->u.func.s == L_fru)
130 else if (np->t == T_FUNC && np->u.func.s == L_asru)
132 else if (np->t == T_FUNC) {
144 * just return the T_FUNC - which the caller will
1179 case T_FUNC:
    [all...]
itree.c 421 case T_FUNC:
422 /* for T_FUNC, we don't duplicate it, just point to node */
455 if (dn->t != T_FUNC) /* T_FUNC pointed to original node */
    [all...]
eft_mdb.c 503 case T_FUNC: /* func(arglist) */
platform.c 1075 case T_FUNC:
    [all...]

Completed in 420 milliseconds