Searched refs:tokenizer (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.0-release/usr.bin/m4/
H A DMakefile14 SRCS= eval.c expr.c look.c main.c misc.c gnum4.c trace.c parser.y tokenizer.l
21 tokenizer.o: parser.h
23 CLEANFILES+= parser.c parser.h tokenizer.o
/freebsd-10.0-release/contrib/atf/atf-c++/detail/
H A Dparser_test.cpp118 // Tests for the "tokenizer" class.
134 class tokenizer : public atf::parser::tokenizer< std::istream > { class in namespace:minimal
136 tokenizer(std::istream& is, bool skipws) : function in class:minimal::tokenizer
137 atf::parser::tokenizer< std::istream >
154 class tokenizer : public atf::parser::tokenizer< std::istream > { class in namespace:delims
156 tokenizer(std::istream& is, bool skipws) : function in class:delims::tokenizer
157 atf::parser::tokenizer< std::istream >
177 class tokenizer class in namespace:keywords
179 tokenizer(std::istream& is, bool skipws) : function in class:keywords::tokenizer
198 class tokenizer : public atf::parser::tokenizer< std::istream > { class in namespace:quotes
200 tokenizer(std::istream& is, bool skipws) : function in class:quotes::tokenizer
[all...]
H A Dparser.cpp212 // The header tokenizer.
225 class tokenizer : public impl::tokenizer< std::istream > { class in namespace:header
227 tokenizer(std::istream& is, size_t curline) : function in class:header::tokenizer
228 impl::tokenizer< std::istream >
239 impl::parser< header::tokenizer >&
240 read(impl::parser< header::tokenizer >& p, impl::header_entry& he)
319 header::tokenizer tkz(is, curline);
320 impl::parser< header::tokenizer > p(tkz);
H A Dparser.hpp117 // The "tokenizer" class.
121 //! \brief A stream tokenizer.
124 //! tokenizer. It is only able to recognize one character-long delimiters,
131 class tokenizer { class in namespace:atf::parser
154 tokenizer(IS&, bool, const token_type&, const token_type&,
168 tokenizer< IS >::tokenizer(IS& p_is, function in class:atf::parser::tokenizer
186 tokenizer< IS >::lineno(void)
194 tokenizer< IS >::add_delim(char delim, const token_type& type)
202 tokenizer< I
[all...]
/freebsd-10.0-release/contrib/atf/atf-report/
H A Dreader.cpp92 class tokenizer : public atf::parser::tokenizer< std::istream > { class in namespace:atf_tps
94 tokenizer(std::istream& is, size_t curline) : function in class:atf_tps::tokenizer
95 atf::parser::tokenizer< std::istream >
122 read_timeval(atf::parser::parser< atf_tps::tokenizer >& parser)
215 atf::parser::parser< tokenizer >& p =
216 *reinterpret_cast< atf::parser::parser< tokenizer >* >
234 atf::parser::parser< tokenizer >& p =
235 *reinterpret_cast< atf::parser::parser< tokenizer >* >
306 atf::parser::parser< tokenizer >
[all...]
/freebsd-10.0-release/contrib/atf/atf-run/
H A Dconfig.cpp58 class tokenizer : public atf::parser::tokenizer< std::istream > { class in namespace:__anon170::atf_config
60 tokenizer(std::istream& is, size_t curline) : function in class:__anon170::atf_config::tokenizer
61 atf::parser::tokenizer< std::istream >
163 tokenizer tkz(m_is, hml.first);
164 atf::parser::parser< tokenizer > p(tkz);
H A Datffile.cpp62 class tokenizer : public atf::parser::tokenizer< std::istream > { class in namespace:atf_atffile
64 tokenizer(std::istream& is, size_t curline) : function in class:atf_atffile::tokenizer
65 atf::parser::tokenizer< std::istream >
131 tokenizer tkz(m_is, hml.first);
132 atf::parser::parser< tokenizer > p(tkz);
H A Dtest-program.cpp90 class tokenizer : public atf::parser::tokenizer< std::istream > { class in namespace:__anon175::atf_tp
92 tokenizer(std::istream& is, size_t curline) : function in class:__anon175::atf_tp::tokenizer
93 atf::parser::tokenizer< std::istream >
496 tokenizer tkz(m_is, hml.first);
497 atf::parser::parser< tokenizer > p(tkz);
/freebsd-10.0-release/lib/libedit/
H A Dhistedit.h217 typedef struct tokenizer Tokenizer;
H A DMakefile32 SRCS+= tokenizer.c history.c readline.c
H A Dtokenizer.c32 * $NetBSD: tokenizer.c,v 1.15 2009/02/15 21:55:23 christos Exp $
36 static char sccsid[] = "@(#)tokenizer.c 8.1 (Berkeley) 6/4/93";
42 * tokenize.c: Bourne shell like tokenizer
67 struct tokenizer { struct
83 * Finish a word in the tokenizer.
100 * Initialize the tokenizer
141 * Reset the tokenizer
173 * tok current tokenizer state (setup with tok_init())
/freebsd-10.0-release/contrib/sqlite3/
H A Dsqlite3.c[all...]
/freebsd-10.0-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c[all...]

Completed in 426 milliseconds