Searched refs:T_FRU (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/cmd/fm/eversholt/common/ |
H A D | ptree.c | 83 case T_FRU: in is_stmt() 406 case T_FRU: in ptree() 499 case T_FRU: return L_fru; in ptree_nodetype2str() 714 case T_FRU: in ptree_type_pattern() 792 ptree_type_pattern(flags, T_FRU, pat); in ptree_fru()
|
H A D | literals.h | 183 L_DECL(T_FRU);
|
H A D | tree.c | 188 case T_FRU: in nodesize() 294 case T_FRU: in tree_free() 421 case T_FRU: in tree_treecmp() 1189 case T_FRU: in tree_decl() 1190 ret = dodecl(T_FRU, file, line, np, nvpairs, in tree_decl()
|
H A D | tree.h | 49 T_FRU, /* FRU declaration */ enumerator
|
H A D | escparse.y | 129 $$ = tree_decl(T_FRU, $2, $3, $1.file, $1.line);
|
/titanic_50/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | eft_mdb.c | 471 case T_FRU: /* FRU declaration */ in eft_node()
|