Symbol: T_LIST
usr/src/cmd/fm/eversholt/common/check.c
1000
case T_LIST:
usr/src/cmd/fm/eversholt/common/check.c
1072
arglist->t != T_LIST &&
usr/src/cmd/fm/eversholt/common/check.c
1075
arglist->t != T_LIST &&
usr/src/cmd/fm/eversholt/common/check.c
1089
if (arglist->t == T_LIST &&
usr/src/cmd/fm/eversholt/common/check.c
1123
if (arglist->t == T_LIST &&
usr/src/cmd/fm/eversholt/common/check.c
1146
(arglist->t != T_LIST ||
usr/src/cmd/fm/eversholt/common/check.c
1153
if (arglist->t == T_LIST &&
usr/src/cmd/fm/eversholt/common/check.c
1179
if (arglist->t != T_LIST ||
usr/src/cmd/fm/eversholt/common/check.c
1192
if (arglist->t == T_LIST &&
usr/src/cmd/fm/eversholt/common/check.c
1285
if (lhs->u.arrow.rhs->t == T_LIST) {
usr/src/cmd/fm/eversholt/common/check.c
135
case T_LIST:
usr/src/cmd/fm/eversholt/common/check.c
167
np->u.arrow.lhs->t != T_LIST &&
usr/src/cmd/fm/eversholt/common/check.c
237
} else if (np->t == T_LIST) {
usr/src/cmd/fm/eversholt/common/check.c
479
ASSERTinfo(np->t == T_EVENT || np->t == T_LIST || np->t == T_ARROW,
usr/src/cmd/fm/eversholt/common/check.c
568
} else if (np->t == T_LIST) {
usr/src/cmd/fm/eversholt/common/check.c
589
case T_LIST:
usr/src/cmd/fm/eversholt/common/check.c
649
case T_LIST:
usr/src/cmd/fm/eversholt/common/check.c
850
case T_LIST:
usr/src/cmd/fm/eversholt/common/check.c
871
if (lhs->t == T_LIST) {
usr/src/cmd/fm/eversholt/common/check.c
894
if (rhs->t == T_LIST) {
usr/src/cmd/fm/eversholt/common/check.c
969
else if (np->t == T_LIST) {
usr/src/cmd/fm/eversholt/common/escparse.y
102
{ $$ = tree_expr(T_LIST, $1, $2); }
usr/src/cmd/fm/eversholt/common/escparse.y
178
{ $$ = tree_expr(T_LIST, $1, $3); }
usr/src/cmd/fm/eversholt/common/escparse.y
244
{ $$ = tree_expr(T_LIST, $1, $3); }
usr/src/cmd/fm/eversholt/common/escparse.y
265
{ $$ = tree_expr(T_LIST, $1, $3); }
usr/src/cmd/fm/eversholt/common/escparse.y
355
{ $$ = tree_expr(T_LIST, $1, $3); }
usr/src/cmd/fm/eversholt/common/literals.h
213
L_DECL(T_LIST);
usr/src/cmd/fm/eversholt/common/ptree.c
348
case T_LIST:
usr/src/cmd/fm/eversholt/common/ptree.c
351
(np->u.expr.left->t != T_LIST ||
usr/src/cmd/fm/eversholt/common/ptree.c
528
case T_LIST: return L_T_LIST;
usr/src/cmd/fm/eversholt/common/ptree.c
656
np->t == T_LIST) {
usr/src/cmd/fm/eversholt/common/tree.c
282
case T_LIST:
usr/src/cmd/fm/eversholt/common/tree.c
387
case T_LIST:
usr/src/cmd/fm/eversholt/common/tree.c
849
case T_LIST:
usr/src/cmd/fm/eversholt/common/tree.c
967
} else if (np->t == T_LIST) {
usr/src/cmd/fm/modules/common/eversholt/eft_mdb.c
703
case T_LIST: /* comma-separated list */
usr/src/cmd/fm/modules/common/eversholt/eval.c
170
if (np->t == T_LIST) {
usr/src/cmd/fm/modules/common/eversholt/eval.c
1724
case T_LIST:
usr/src/cmd/fm/modules/common/eversholt/eval.c
644
ASSERTinfo(np->t == T_LIST, ptree_nodetype2str(np->t));
usr/src/cmd/fm/modules/common/eversholt/eval.c
827
ASSERTinfo(np->t == T_LIST, ptree_nodetype2str(np->t));
usr/src/cmd/fm/modules/common/eversholt/eval.c
985
case T_LIST:
usr/src/cmd/fm/modules/common/eversholt/iexpr.c
173
case T_LIST:
usr/src/cmd/fm/modules/common/eversholt/iexpr.c
93
case T_LIST:
usr/src/cmd/fm/modules/common/eversholt/itree.c
1330
case T_LIST:
usr/src/cmd/fm/modules/common/eversholt/itree.c
1368
case T_LIST:
usr/src/cmd/fm/modules/common/eversholt/itree.c
1499
if (slst->t == T_LIST) {
usr/src/cmd/fm/modules/common/eversholt/itree.c
1509
if (dlst->t == T_LIST) {
usr/src/cmd/fm/modules/common/eversholt/itree.c
1973
case T_LIST:
usr/src/cmd/fm/modules/common/eversholt/itree.c
1991
case T_LIST:
usr/src/cmd/fm/modules/common/eversholt/itree.c
805
case T_LIST:
usr/src/cmd/fm/modules/common/eversholt/platform.c
1119
case T_LIST:
usr/src/cmd/fm/modules/common/eversholt/platform.c
1322
ASSERT(np->t == T_LIST);