Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/atf/dist/tools/
Dconfig_file.cpp52 static const tools::parser::token_type dblquote_type = 3; variable
64 add_quote('"', dblquote_type); in tokenizer()
Dparser.cpp222 static const impl::token_type dblquote_type = 5; variable
234 add_quote('"', dblquote_type); in tokenizer()
Datffile.cpp59 static const tools::parser::token_type dblquote_type = 5; variable
75 add_quote('"', dblquote_type); in tokenizer()
Dtest-program.cpp87 static const tools::parser::token_type dblquote_type = 4; variable
96 add_quote('"', dblquote_type); in tokenizer()
Dparser_test.cpp196 static const tools::parser::token_type dblquote_type = 3; variable
204 add_quote('"', dblquote_type); in tokenizer()