Searched refs:T_CONFIG (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/cmd/fm/eversholt/common/ |
H A D | ptree.c | 84 case T_CONFIG: in is_stmt() 418 case T_CONFIG: in ptree() 500 case T_CONFIG: return L_config; in ptree_nodetype2str() 717 case T_CONFIG: in ptree_type_pattern()
|
H A D | tree.c | 191 case T_CONFIG: in nodesize() 297 case T_CONFIG: in tree_free() 1194 case T_CONFIG: in tree_decl() 1202 ret = newnode(T_CONFIG, file, line); in tree_decl() 1205 ret->u.stmt.lutp = nvpair2lut(nvpairs, NULL, T_CONFIG); in tree_decl()
|
H A D | tree.h | 89 T_CONFIG /* config statement */ enumerator
|
H A D | escparse.y | 133 $$ = tree_decl(T_CONFIG, $2, $3, $1.file, $1.line);
|
H A D | check.c | 94 { T_CONFIG, NULL, 0, check_quote, O_ERR },
|
/titanic_50/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | config.c | 215 ASSERT(rhs->t == T_CONFIG); in addconfig()
|
H A D | eft_mdb.c | 803 case T_CONFIG: /* config statement */ in eft_node()
|