Home
last modified time | relevance | path

Searched refs:T_LIST (Results 1 – 11 of 11) sorted by relevance

/titanic_41/usr/src/cmd/fm/eversholt/common/
H A Dcheck.c135 case T_LIST: in check_path_iterators()
167 np->u.arrow.lhs->t != T_LIST && in check_arrow()
237 } else if (np->t == T_LIST) { in check_reportlist()
479 ASSERTinfo(np->t == T_EVENT || np->t == T_LIST || np->t == T_ARROW, in check_propnames()
568 } else if (np->t == T_LIST) { in check_propnames()
589 case T_LIST: in record_iterators()
649 case T_LIST: in check_exprscope()
850 case T_LIST: in check_cycle_lhs()
871 if (lhs->t == T_LIST) { in check_cycle_lhs_try()
894 if (rhs->t == T_LIST) { in check_cycle_rhs()
[all …]
H A Descparse.y102 { $$ = tree_expr(T_LIST, $1, $2); }
178 { $$ = tree_expr(T_LIST, $1, $3); }
244 { $$ = tree_expr(T_LIST, $1, $3); }
265 { $$ = tree_expr(T_LIST, $1, $3); }
355 { $$ = tree_expr(T_LIST, $1, $3); }
H A Dptree.c350 case T_LIST: in ptree()
353 (np->u.expr.left->t != T_LIST || in ptree()
530 case T_LIST: return L_T_LIST; in ptree_nodetype2str()
658 np->t == T_LIST) { in name_pattern_match_in_subtree()
H A Dliterals.h213 L_DECL(T_LIST);
H A Dtree.h79 T_LIST, /* comma-separated list */ enumerator
H A Dtree.c266 case T_LIST: in tree_free()
371 case T_LIST: in tree_treecmp()
833 case T_LIST: in make_explicit()
951 } else if (np->t == T_LIST) { in nvpair2lut()
/titanic_41/usr/src/cmd/fm/modules/common/eversholt/
H A Diexpr.c95 case T_LIST: in iexpr_hash()
175 case T_LIST: in iexpr_cmp()
H A Ditree.c805 case T_LIST: in hmatch()
1330 case T_LIST: in vmatch()
1368 case T_LIST: in cp_reset()
1499 if (slst->t == T_LIST) { in itree_create_dummy()
1509 if (dlst->t == T_LIST) { in itree_create_dummy()
1975 case T_LIST: in arrow_add_within()
1993 case T_LIST: in arrow_add_within()
H A Deval.c169 if (np->t == T_LIST) { in eval_cat()
642 ASSERTinfo(np->t == T_LIST, ptree_nodetype2str(np->t)); in eval_func()
825 ASSERTinfo(np->t == T_LIST, ptree_nodetype2str(np->t)); in eval_func()
983 case T_LIST: in eval_dup()
1721 case T_LIST: in eval_expr()
H A Dplatform.c1117 case T_LIST: in arglist2argv()
1320 ASSERT(np->t == T_LIST); in platform_call()
H A Deft_mdb.c701 case T_LIST: /* comma-separated list */ in eft_node()