Home
last modified time | relevance | path

Searched refs:T_FUNC (Results 1 – 10 of 10) sorted by relevance

/titanic_44/usr/src/cmd/fm/eversholt/common/
H A Dcheck.c272 if (np->t != T_FUNC) in check_action()
283 if (np->t != T_NUM && np->t != T_FUNC) in check_num_func()
674 case T_FUNC: in check_exprscope()
967 if (np->t == T_FUNC) in check_cat_list()
980 ASSERTinfo(np->t == T_FUNC, ptree_nodetype2str(np->t)); in check_func()
1076 arglist->t != T_FUNC) in check_func()
1091 arglist->u.expr.left->t == T_FUNC) && in check_func()
1093 arglist->u.expr.right->t == T_FUNC)) { in check_func()
1094 if (arglist->u.expr.left->t == T_FUNC) in check_func()
1096 if (arglist->u.expr.right->t == T_FUNC) in check_func()
[all …]
H A Dliterals.h187 L_DECL(T_FUNC);
H A Dtree.c178 case T_FUNC: in nodesize()
240 case T_FUNC: in tree_free()
343 case T_FUNC: in tree_treecmp()
761 struct node *ret = newnode(T_FUNC, file, line); in tree_func()
851 case T_FUNC: in make_explicit()
H A Dtree.h53 T_FUNC, /* func(arglist) */ enumerator
H A Dptree.c152 case T_FUNC: in ptree()
504 case T_FUNC: return L_T_FUNC; in ptree_nodetype2str()
661 } else if (np->t == T_FUNC) { in name_pattern_match_in_subtree()
/titanic_44/usr/src/cmd/fm/modules/common/eversholt/
H A Diexpr.c115 case T_FUNC: in iexpr_hash()
203 case T_FUNC: in iexpr_cmp()
H A Deval.c128 else if (np->t == T_FUNC && np->u.func.s == L_fru) in eval_getname()
130 else if (np->t == T_FUNC && np->u.func.s == L_asru) in eval_getname()
132 else if (np->t == T_FUNC) { in eval_getname()
1180 case T_FUNC: in eval_dup()
1958 case T_FUNC: in eval_expr()
H A Ditree.c421 case T_FUNC: in nv_instantiate()
455 if (dn->t != T_FUNC) /* T_FUNC pointed to original node */ in instances_destructor()
1977 case T_FUNC: in arrow_add_within()
H A Deft_mdb.c503 case T_FUNC: /* func(arglist) */ in eft_node()
H A Dplatform.c1130 case T_FUNC: in arglist2argv()