Searched refs:text_type (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/bsd/atf/dist/tools/ |
| H A D | atffile.cpp | 56 static const tools::parser::token_type text_type = 2; variable 70 (is, true, eof_type, nl_type, text_type, curline) in tokenizer() 150 t = p.expect(text_type, "variable name"); in read() 155 t = p.expect(text_type, "word or quoted string"); in read() 162 t = p.expect(text_type, "property name"); in read() 167 t = p.expect(text_type, "word or quoted string"); in read() 172 t = p.expect(text_type, "word or quoted string"); in read() 177 t = p.expect(text_type, "word or quoted string"); in read()
|
| H A D | reader.cpp | 70 static const tools::parser::token_type text_type = 2; variable 94 (is, true, eof_type, nl_type, text_type, curline) in tokenizer() 124 tools::parser::token t = parser.expect(text_type, "timestamp"); in read_timeval() 219 tools::parser::token t = p.expect(text_type, "info property name"); in read_info() 245 t = p.expect(text_type, "test program name"); in read_tp() 250 t = p.expect(text_type, "number of test programs"); in read_tp() 278 t = p.expect(text_type, "test program name"); in read_tp() 316 t = p.expect(text_type, "test case name"); in read_tc() 355 t = p.expect(text_type, "test case name"); in read_tc() 414 t = p.expect(text_type, "number of test programs"); in read()
|
| H A D | config_file.cpp | 51 static const tools::parser::token_type text_type = 2; variable 60 (is, true, eof_type, nl_type, text_type, curline) in tokenizer() 166 tools::parser::token t = p.expect(eof_type, hash_type, text_type, in read() 175 } else if (t.type() == text_type) { in read() 180 t = p.expect(text_type, "word or quoted string"); in read()
|
| H A D | parser.cpp | 219 static const impl::token_type text_type = 2; variable 229 (is, true, eof_type, nl_type, text_type, curline) in tokenizer() 244 impl::token t = p.expect(text_type, nl_type, "a header name"); in read() 253 t = p.expect(text_type, "a textual value"); in read() 264 t = p.expect(text_type, "an attribute name"); in read() 269 t = p.expect(text_type, "word or quoted string"); in read()
|
| H A D | test-program.cpp | 85 static const tools::parser::token_type text_type = 2; variable 93 (is, true, eof_type, nl_type, text_type, curline) in tokenizer() 501 tools::parser::token t = p.expect(text_type, "property name"); in read() 514 t = p.expect(eof_type, nl_type, text_type, "property name, new " in read() 526 t = p.expect(text_type, "property name"); in read()
|