Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dcheck.c135 case T_LIST: in check_path_iterators()
237 } else if (np->t == T_LIST) { in check_reportlist()
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()
969 else if (np->t == T_LIST) { in check_cat_list()
1000 case T_LIST: in check_func()
1072 arglist->t != T_LIST && in check_func()
[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.c348 case T_LIST: in ptree()
351 (np->u.expr.left->t != T_LIST || in ptree()
528 case T_LIST: return L_T_LIST; in ptree_nodetype2str()
656 np->t == T_LIST) { in name_pattern_match_in_subtree()
H A Dliterals.h213 L_DECL(T_LIST);
H A Dtree.h77 T_LIST, /* comma-separated list */ enumerator
H A Dtree.c282 case T_LIST: in tree_free()
387 case T_LIST: in tree_treecmp()
849 case T_LIST: in make_explicit()
967 } else if (np->t == T_LIST) { in nvpair2lut()
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Diexpr.c93 case T_LIST: in iexpr_hash()
173 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()
1973 case T_LIST: in arrow_add_within()
1991 case T_LIST: in arrow_add_within()
H A Deval.c170 if (np->t == T_LIST) { in eval_cat()
644 ASSERTinfo(np->t == T_LIST, ptree_nodetype2str(np->t)); in eval_func()
827 ASSERTinfo(np->t == T_LIST, ptree_nodetype2str(np->t)); in eval_func()
985 case T_LIST: in eval_dup()
1724 case T_LIST: in eval_expr()
H A Dplatform.c1119 case T_LIST: in arglist2argv()
1322 ASSERT(np->t == T_LIST); in platform_call()
H A Deft_mdb.c703 case T_LIST: /* comma-separated list */ in eft_node()