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:
167 np->u.arrow.lhs->t != T_LIST &&
237 } else if (np->t == T_LIST) {
479 ASSERTinfo(np->t == T_EVENT || np->t == T_LIST || np->t == T_ARROW,
568 } else if (np->t == T_LIST) {
589 case T_LIST:
649 case T_LIST:
850 case T_LIST:
871 if (lhs->t == T_LIST) {
894 if (rhs->t == T_LIST) {
[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 Dliterals.h213 L_DECL(T_LIST); variable
H A Dptree.c350 case T_LIST:
353 (np->u.expr.left->t != T_LIST ||
530 case T_LIST: return L_T_LIST;
658 np->t == T_LIST) {
H A Dtree.h79 T_LIST, /* comma-separated list */ enumerator in enum:node::nodetype
252 * info kept for everything else (T_ADD, T_LIST, etc.)
H A Dtree.c266 case T_LIST:
371 case T_LIST:
833 case T_LIST:
951 } else if (np->t == T_LIST) {
1232 * no need to recurse right or handle T_LIST since
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Diexpr.c95 case T_LIST:
175 case T_LIST:
H A Ditree.c784 * np points to the things we're matching (like a T_LIST or a T_EVENT)
805 case T_LIST:
1135 * - when handling one side of an arrow, recurse through the T_LIST
1330 case T_LIST:
1368 case T_LIST:
1499 if (slst->t == T_LIST) {
1509 if (dlst->t == T_LIST) {
1973 case T_LIST:
1991 case T_LIST:
H A Deval.c169 if (np->t == T_LIST) {
642 ASSERTinfo(np->t == T_LIST, ptree_nodetype2str(np->t));
825 ASSERTinfo(np->t == T_LIST, ptree_nodetype2str(np->t));
983 case T_LIST:
1721 case T_LIST:
H A Dplatform.c1117 case T_LIST:
1320 ASSERT(np->t == T_LIST);
H A Deft_mdb.c701 case T_LIST: /* comma-separated list */

Completed in 133 milliseconds