HomeSort by relevance Sort by last modified time
    Searched refs:T_LIST (Results 1 - 11 of 11) sorted by null

  /onnv/onnv-gate/usr/src/cmd/fm/eversholt/common/
escparse.y 104 { $$ = tree_expr(T_LIST, $1, $2); }
180 { $$ = tree_expr(T_LIST, $1, $3); }
246 { $$ = tree_expr(T_LIST, $1, $3); }
267 { $$ = tree_expr(T_LIST, $1, $3); }
357 { $$ = tree_expr(T_LIST, $1, $3); }
check.c 135 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...]
literals.h 214 L_DECL(T_LIST);
ptree.c 350 case T_LIST:
353 (np->u.expr.left->t != T_LIST ||
530 case T_LIST: return L_T_LIST;
658 np->t == T_LIST) {
tree.h 79 T_LIST, /* comma-separated list */
252 * info kept for everything else (T_ADD, T_LIST, etc.)
tree.c 266 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
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fm/modules/common/eversholt/
iexpr.c 95 case T_LIST:
175 case T_LIST:
itree.c 784 * 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
    [all...]
eval.c 525 ASSERTinfo(np->t == T_LIST, ptree_nodetype2str(np->t));
701 ASSERTinfo(np->t == T_LIST, ptree_nodetype2str(np->t));
859 case T_LIST:
    [all...]
platform.c 1048 case T_LIST:
1251 ASSERT(np->t == T_LIST);
    [all...]
eft_mdb.c 701 case T_LIST: /* comma-separated list */

Completed in 1919 milliseconds