Home
last modified time | relevance | path

Searched refs:T_CONFIG (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/cmd/fm/eversholt/common/
H A Dptree.c84 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 Dtree.c191 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 Dtree.h89 T_CONFIG /* config statement */ enumerator
H A Descparse.y133 $$ = tree_decl(T_CONFIG, $2, $3, $1.file, $1.line);
H A Dcheck.c94 { T_CONFIG, NULL, 0, check_quote, O_ERR },
/titanic_50/usr/src/cmd/fm/modules/common/eversholt/
H A Dconfig.c215 ASSERT(rhs->t == T_CONFIG); in addconfig()
H A Deft_mdb.c803 case T_CONFIG: /* config statement */ in eft_node()