Searched refs:T_NAME (Results 1 – 16 of 16) sorted by relevance
/titanic_41/usr/src/cmd/fm/eversholt/common/ |
H A D | check.c | 144 case T_NAME: in check_path_iterators() 202 if (np->t == T_NAME) in check_nork() 296 if (np->t == T_NAME) { in check_fru_asru() 360 if (np->t != T_NAME || np->u.name.next || np->u.name.child) in check_id() 371 if (np->t != T_NAME || np->u.name.next || np->u.name.child || in check_serd_method() 445 case T_NAME: in check_stmt_allowed_properties() 598 case T_NAME: in record_iterators() 599 if (np->u.name.child && np->u.name.child->t == T_NAME) in record_iterators() 630 case T_NAME: in check_exprscope() 631 if (np->u.name.child && np->u.name.child->t == T_NAME) { in check_exprscope() [all …]
|
H A D | tree.c | 161 case T_NAME: in nodesize() 236 case T_NAME: in tree_free() 335 case T_NAME: in tree_treecmp() 505 ASSERT(ename->t == T_NAME); in ename_compress() 511 ASSERT(np->t == T_NAME); in ename_compress() 517 ASSERT(np->t == T_NAME); in ename_compress() 552 struct node *ret = newnode(T_NAME, file, line); in tree_name() 605 ret = newnode(T_NAME, file, line); in tree_iname() 635 if (np1->t != T_NAME) in tree_name_append() 638 if (np2->t != T_NAME) in tree_name_append() [all …]
|
H A D | ptree.c | 104 case T_NAME: in ptree() 132 ASSERT(np->u.name.next->t == T_NAME); in ptree() 494 case T_NAME: return L_T_NAME; in ptree_nodetype2str() 583 ASSERTeq(np->t, T_NAME, ptree_nodetype2str); in name_pattern_match() 626 if (np->t == T_NAME) in name_pattern_match_in_subtree()
|
H A D | literals.h | 177 L_DECL(T_NAME);
|
H A D | tree.h | 44 T_NAME, /* identifiers, sometimes chained */ enumerator
|
/titanic_41/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | eval.c | 75 ASSERTeq(lhs->t, T_NAME, ptree_nodetype2str); in begins_with() 76 ASSERTeq(rhs->t, T_NAME, ptree_nodetype2str); in begins_with() 83 } else if (lhs->u.name.child && lhs->u.name.child->t == T_NAME) { in begins_with() 96 } else if (rhs->u.name.child && rhs->u.name.child->t == T_NAME) { in begins_with() 126 if (np->t == T_NAME) in eval_getname() 235 if (rhs->t != T_NAME || lhs->t != T_NAME) { in eval_func() 263 if (nodep->t != T_NAME) { in eval_func() 346 if (rhs->t != T_NAME || lhs->t != T_NAME) { in eval_func() 414 if (nodep->t != T_NAME) { in eval_func() 452 if (nodep->t != T_NAME) { in eval_func() [all …]
|
H A D | iexpr.c | 108 case T_NAME: in iexpr_hash() 189 case T_NAME: in iexpr_cmp()
|
H A D | itree.c | 219 struct node *newnp = newnode(T_NAME, file, line); in tname_dup() 239 case T_NAME: in tname_dup() 325 struct node *newnp = newnode(T_NAME, oldepname->file, in tname_dup_to_epname() 408 case T_NAME: in nv_instantiate() 500 searchenamenode.t = T_NAME; in itree_lookup() 686 ASSERTeq(epname->t, T_NAME, ptree_nodetype2str); in hmatch_event() 830 else if (norknp->t == T_NAME && norknp->u.name.s == L_A) in itree_np2nork() 990 ASSERT(np->u.name.child->t == T_NAME); in vmatch_event() 1254 if (np1->u.name.child->t == T_NAME && in vmatch() 1363 case T_NAME: in cp_reset() [all …]
|
H A D | ipath.c | 111 ASSERTinfo(np->t == T_NAME, ptree_nodetype2str(np->t)); in ipath_epnamecmp() 241 ASSERTinfo(namep->t == T_NAME, ptree_nodetype2str(namep->t)); in ipath()
|
H A D | config.c | 220 ASSERT(rhs->t == T_NAME); in addconfig()
|
H A D | eft_mdb.c | 394 case T_NAME: /* identifiers, sometimes chained */ in eft_node()
|
H A D | platform.c | 1191 case T_NAME: in arglist2argv()
|
H A D | fme.c | 1979 if (n == NULL || n->t != T_NAME) in node2fmri() 4284 np->u.event.ename = newnode(T_NAME, NULL, 0); in fme_istat_load()
|
/titanic_41/usr/src/cmd/localedef/ |
H A D | parser.y | 135 %token <token> T_NAME 188 | T_CODE_SET T_NAME T_NL 194 copycat : T_COPY T_NAME T_NL
|
H A D | scanner.c | 635 return (T_NAME); in consume_token()
|
/titanic_41/usr/src/lib/libdevinfo/ |
H A D | devfsmap.c | 103 T_NAME enumerator 327 token = T_NAME; in lex() 398 token = T_NAME; in lex() 457 token = T_NAME; in parse_conf_entry() 462 case T_NAME: in parse_conf_entry() 662 case T_NAME: in parse_conf_file() 1908 case T_NAME: in devfs_parse_binding_file()
|