Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/atf/dist/tools/
H A Datffile.cpp63 static const tools::parser::token_type tp_type = 9; variable
78 add_keyword("tp", tp_type); in tokenizer()
141 p.expect(conf_type, hash_type, prop_type, tp_type, in read()
169 } else if (t.type() == tp_type) { in read()