Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/atf/dist/tools/
H A Datffile.cpp58 static const tools::parser::token_type conf_type = 4; variable
76 add_keyword("conf", conf_type); in tokenizer()
141 p.expect(conf_type, hash_type, prop_type, tp_type, in read()
147 if (t.type() == conf_type) { in read()