| /netbsd-src/external/bsd/atf/dist/tools/ |
| H A D | parser_test.cpp | 134 class tokenizer : public tools::parser::tokenizer< std::istream > { class 136 tokenizer(std::istream& is, bool skipws) : in tokenizer() function in minimal::tokenizer 137 tools::parser::tokenizer< std::istream > in tokenizer() 154 class tokenizer : public tools::parser::tokenizer< std::istream > { class 156 tokenizer(std::istream& is, bool skipws) : in tokenizer() function in delims::tokenizer 157 tools::parser::tokenizer< std::istream > in tokenizer() 177 class tokenizer : public tools::parser::tokenizer< std::istream > { class 179 tokenizer(std::istream& is, bool skipws) : in tokenizer() function in keywords::tokenizer 180 tools::parser::tokenizer< std::istream > in tokenizer() 198 class tokenizer : public tools::parser::tokenizer< std::istream > { class [all …]
|
| H A D | reader.cpp | 90 class tokenizer : public tools::parser::tokenizer< std::istream > { class 92 tokenizer(std::istream& is, size_t curline) : in tokenizer() function in atf_tps::tokenizer 93 tools::parser::tokenizer< std::istream > in tokenizer() 120 read_timeval(tools::parser::parser< atf_tps::tokenizer >& parser) in read_timeval() 213 tools::parser::parser< tokenizer >& p = in read_info() 214 *reinterpret_cast< tools::parser::parser< tokenizer >* > in read_info() 232 tools::parser::parser< tokenizer >& p = in read_tp() 233 *reinterpret_cast< tools::parser::parser< tokenizer >* > in read_tp() 304 tools::parser::parser< tokenizer >& p = in read_tc() 305 *reinterpret_cast< tools::parser::parser< tokenizer >* > in read_tc() [all …]
|
| H A D | parser.cpp | 225 class tokenizer : public impl::tokenizer< std::istream > { class 227 tokenizer(std::istream& is, size_t curline) : in tokenizer() function in header::tokenizer 228 impl::tokenizer< std::istream > in tokenizer() 239 impl::parser< header::tokenizer >& 240 read(impl::parser< header::tokenizer >& p, impl::header_entry& he) in read() 319 header::tokenizer tkz(is, curline); in read_headers() 320 impl::parser< header::tokenizer > p(tkz); in read_headers()
|
| H A D | config_file.cpp | 56 class tokenizer : public tools::parser::tokenizer< std::istream > { class 58 tokenizer(std::istream& is, size_t curline) : in tokenizer() function in __anon8874a3650111::atf_config::tokenizer 59 tools::parser::tokenizer< std::istream > in tokenizer() 161 tokenizer tkz(m_is, hml.first); in read() 162 tools::parser::parser< tokenizer > p(tkz); in read()
|
| H A D | parser.hpp | 131 class tokenizer { class 154 tokenizer(IS&, bool, const token_type&, const token_type&, 168 tokenizer< IS >::tokenizer(IS& p_is, in tokenizer() function in tools::parser::tokenizer 186 tokenizer< IS >::lineno(void) in lineno() 194 tokenizer< IS >::add_delim(char delim, const token_type& type) in add_delim() 202 tokenizer< IS >::add_keyword(const std::string& keyword, in add_keyword() 210 tokenizer< IS >::add_quote(char ch, const token_type& type) in add_quote() 218 tokenizer< IS >::next(void) in next() 306 tokenizer< IS >::rest_of_line(void) in rest_of_line()
|
| H A D | atffile.cpp | 66 class tokenizer : public tools::parser::tokenizer< std::istream > { class 68 tokenizer(std::istream& is, size_t curline) : in tokenizer() function in atf_atffile::tokenizer 69 tools::parser::tokenizer< std::istream > in tokenizer() 135 tokenizer tkz(m_is, hml.first); in read() 136 tools::parser::parser< tokenizer > p(tkz); in read()
|
| H A D | test-program.cpp | 89 class tokenizer : public tools::parser::tokenizer< std::istream > { class 91 tokenizer(std::istream& is, size_t curline) : in tokenizer() function in __anon11f70bb50111::atf_tp::tokenizer 92 tools::parser::tokenizer< std::istream > in tokenizer() 497 tokenizer tkz(m_is, hml.first); in read() 498 tools::parser::parser< tokenizer > p(tkz); in read()
|
| /netbsd-src/tools/m4/bootstrap/ |
| H A D | Makefile | 3 FILES=parser.h parser.c tokenizer.c 17 tokenizer.c: ${DIST}/tokenizer.l 18 ${LEX} ${DIST}/tokenizer.l
|
| /netbsd-src/usr.bin/m4/ |
| H A D | Makefile | 11 SRCS= parser.y tokenizer.l eval.c expr.c look.c main.c misc.c gnum4.c trace.c 23 tokenizer.o: parser.h 25 CLEANFILES+=parser.c parser.h tokenizer.o
|
| /netbsd-src/external/gpl3/gcc.old/dist/libcc1/ |
| H A D | findcomp.cc | 80 class tokenizer class 84 tokenizer (const char *str) in tokenizer() function in tokenizer 131 tokenizer dirs (cpath); in find_compiler()
|
| /netbsd-src/external/gpl3/gcc/dist/libcc1/ |
| H A D | findcomp.cc | 80 class tokenizer class 84 tokenizer (const char *str) in tokenizer() function in tokenizer 131 tokenizer dirs (cpath); in find_compiler()
|
| /netbsd-src/tools/m4/ |
| H A D | Makefile | 17 tokenizer.c: ${.CURDIR}/bootstrap/tokenizer.c
|
| /netbsd-src/lib/libedit/ |
| H A D | Makefile | 20 terminal.c tokenizer.c tokenizern.c tty.c vi.c 143 COPTS.tokenizer.c+= -Wno-cast-qual
|
| H A D | histedit.h | 240 typedef struct tokenizer Tokenizer;
|
| H A D | tokenizer.c | 85 struct TYPE(tokenizer) { in TYPE() argument
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/ |
| H A D | ResourceScriptTokenList.def | 9 // This is a part of llvm-rc tokenizer. It lists all the possible tokens
|
| /netbsd-src/usr.bin/fgen/ |
| H A D | fgen.l | 91 static int tokenizer = 0; variable 285 tokenizer\[ { ltoken.type = TOK_BEGTOK; ltoken.text = yytext; 291 \]tokenizer { ltoken.type = TOK_ENDTOK; ltoken.text = yytext; 1095 if (tokenizer) { 1961 tokenizer = 1; 1969 tokenizer = 0;
|
| /netbsd-src/external/ibm-public/postfix/dist/proto/ |
| H A D | stop.spell-cc | 1419 tokenizer
|
| /netbsd-src/external/mit/expat/dist/ |
| H A D | CMakeLists.txt | 149 …IZE "Get a smaller (but slower) parser (in particular avoid multiple copies of the tokenizer)" OFF)
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
| H A D | cppopts.texi | 218 a tokenizer for the front ends.
|
| H A D | sourcebuild.texi | 3517 The @code{__GIMPLE} parser is integrated with the C tokenizer and 3558 The @code{__RTL} parser is not integrated with the C tokenizer or
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
| H A D | cppopts.texi | 222 a tokenizer for the front ends.
|
| H A D | sourcebuild.texi | 3877 The @code{__GIMPLE} parser is integrated with the C tokenizer and 3918 The @code{__RTL} parser is not integrated with the C tokenizer or
|
| /netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
| H A D | CHANGES | 1069 j. Fixed the history word tokenizer to handle <( and >( better when used as 1520 n. The list of characters that separate words for the history tokenizer is
|
| /netbsd-src/external/ibm-public/postfix/dist/ |
| H A D | WISHLIST | 321 commands that are rejected (malformed UTF-8, tokenizer
|