HomeSort by: relevance | last modified time | path
    Searched defs:nl_type (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/atf/dist/tools/
config_file.cpp 50 static const tools::parser::token_type nl_type = 1; member in namespace:__anon6390::atf_config
60 (is, true, eof_type, nl_type, text_type, curline)
167 nl_type,
174 t = p.expect(nl_type, "new line");
183 t = p.expect(nl_type, hash_type, "new line or comment");
186 t = p.expect(nl_type, "new line");
188 } else if (t.type() == nl_type) {
193 p.reset(nl_type);
atffile.cpp 55 static const tools::parser::token_type nl_type = 1; member in namespace:atf_atffile
70 (is, true, eof_type, nl_type, text_type, curline)
142 tp_glob_type, nl_type, eof_type,
179 } else if (t.type() == nl_type) {
184 t = p.expect(nl_type, hash_type, eof_type,
193 p.reset(nl_type);
parser.cpp 218 static const impl::token_type nl_type = 1; member in namespace:header
229 (is, true, eof_type, nl_type, text_type, curline)
244 impl::token t = p.expect(text_type, nl_type, "a header name");
245 if (t.type() == nl_type) {
259 t = p.expect(eof_type, semicolon_type, nl_type,
261 if (t.type() == eof_type || t.type() == nl_type)
337 p.reset(header::nl_type);
parser_test.cpp 131 static const tools::parser::token_type nl_type = 1; member in namespace:minimal
138 (is, skipws, eof_type, nl_type, word_type)
148 static const tools::parser::token_type nl_type = 1; member in namespace:delims
158 (is, skipws, eof_type, nl_type, word_type)
171 static const tools::parser::token_type nl_type = 1; member in namespace:keywords
181 (is, skipws, eof_type, nl_type, word_type)
194 static const tools::parser::token_type nl_type = 1; member in namespace:quotes
202 (is, skipws, eof_type, nl_type, word_type)
232 EXPECT(mt, nl_type, "<<NEWLINE>>");
241 EXPECT(mt, nl_type, "<<NEWLINE>>")
    [all...]
reader.cpp 69 static const tools::parser::token_type nl_type = 1; member in namespace:atf_tps
94 (is, true, eof_type, nl_type, text_type, curline)
223 (void)p.expect(nl_type, "new line");
253 t = p.expect(nl_type, "new line");
264 p.reset(nl_type);
284 t = p.expect(nl_type, comma_type,
321 t = p.expect(nl_type, "new line");
340 t = p.expect(nl_type, "new line");
388 t = p.expect(nl_type, "new line");
418 t = p.expect(nl_type, "new line")
    [all...]
test-program.cpp 84 static const tools::parser::token_type nl_type = 1; member in namespace:__anon6397::atf_tp
93 (is, true, eof_type, nl_type, text_type, curline)
511 t = p.expect(nl_type, "new line");
514 t = p.expect(eof_type, nl_type, text_type, "property name, new "
516 if (t.type() == nl_type || t.type() == eof_type) {
525 if (t.type() == nl_type) {
536 p.reset(nl_type);
  /src/sys/external/bsd/ipf/netinet/
ip_nat.h 587 int nl_type; member in struct:natlog

Completed in 29 milliseconds