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

/netbsd-6-1-5-RELEASE/tools/m4/bootstrap/
H A DMakefile3 FILES=parser.h parser.c tokenizer.c
17 tokenizer.c: ${DIST}/tokenizer.l
18 ${LEX} ${DIST}/tokenizer.l
/netbsd-6-1-5-RELEASE/tools/m4/
H A DMakefile17 tokenizer.c: ${.CURDIR}/bootstrap/tokenizer.c
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/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...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/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...]
/netbsd-6-1-5-RELEASE/usr.bin/m4/
H A DMakefile11 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-6-1-5-RELEASE/external/bsd/atf/dist/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...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-report/
H A Dreader.cpp86 class tokenizer : public atf::parser::tokenizer< std::istream > { class in namespace:atf_tps
88 tokenizer(std::istream& is, size_t curline) : function in class:atf_tps::tokenizer
89 atf::parser::tokenizer< std::istream >
181 atf::parser::parser< tokenizer >& p =
182 *reinterpret_cast< atf::parser::parser< tokenizer >* >
200 atf::parser::parser< tokenizer >& p =
201 *reinterpret_cast< atf::parser::parser< tokenizer >* >
261 atf::parser::parser< tokenizer >& p =
262 *reinterpret_cast< atf::parser::parser< tokenizer >* >
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-run/
H A Dconfig.cpp58 class tokenizer : public atf::parser::tokenizer< std::istream > { class in namespace:__anon1214::atf_config
60 tokenizer(std::istream& is, size_t curline) : function in class:__anon1214::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:__anon1219::atf_tp
92 tokenizer(std::istream& is, size_t curline) : function in class:__anon1219::atf_tp::tokenizer
93 atf::parser::tokenizer< std::istream >
496 tokenizer tkz(m_is, hml.first);
497 atf::parser::parser< tokenizer > p(tkz);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-run/
H A Dconfig.cpp56 class tokenizer : public atf::parser::tokenizer< std::istream > { class in namespace:__anon1494::atf_config
58 tokenizer(std::istream& is, size_t curline) : function in class:__anon1494::atf_config::tokenizer
59 atf::parser::tokenizer< std::istream >
160 tokenizer tkz(m_is, hml.first);
161 atf::parser::parser< tokenizer > p(tkz);
H A Datffile.cpp60 class tokenizer : public atf::parser::tokenizer< std::istream > { class in namespace:atf_atffile
62 tokenizer(std::istream& is, size_t curline) : function in class:atf_atffile::tokenizer
63 atf::parser::tokenizer< std::istream >
125 tokenizer tkz(m_is, hml.first);
126 atf::parser::parser< tokenizer > p(tkz);
H A Dtest-program.cpp86 class tokenizer : public atf::parser::tokenizer< std::istream > { class in namespace:__anon1499::atf_tp
88 tokenizer(std::istream& is, size_t curline) : function in class:__anon1499::atf_tp::tokenizer
89 atf::parser::tokenizer< std::istream >
450 tokenizer tkz(m_is, hml.first);
451 atf::parser::parser< tokenizer > p(tkz);
/netbsd-6-1-5-RELEASE/lib/libedit/
H A DMakefile34 #SRCS= ${OSRCS} readline.c tokenizer.c history.c
36 SRCS= editline.c readline.c tokenizer.c history.c
112 ${HOST_SH} ${LIBEDITDIR}/makelist -n tokenizer.c > ${.TARGET}.tmp && \
132 COPTS.tokenizer.c+= -Wno-cast-qual
H A Dhistedit.h234 typedef struct tokenizer Tokenizer;
306 /* Wide character tokenizer support */
H A Dtokenizer.c1 /* $NetBSD: tokenizer.c,v 1.20 2011/07/29 15:16:33 christos Exp $ */
38 static char sccsid[] = "@(#)tokenizer.c 8.1 (Berkeley) 6/4/93";
40 __RCSID("$NetBSD: tokenizer.c,v 1.20 2011/07/29 15:16:33 christos Exp $");
46 * tokenize.c: Bourne shell like tokenizer
71 struct TYPE(tokenizer) {
87 * Finish a word in the tokenizer.
104 * Initialize the tokenizer
145 * Reset the tokenizer
177 * tok current tokenizer state (setup with FUN(tok,init)())
/netbsd-6-1-5-RELEASE/usr.bin/fgen/
H A Dfgen.l91 static int tokenizer = 0;
285 tokenizer\[ { ltoken.type = TOK_BEGTOK; ltoken.text = yytext;
291 \]tokenizer { ltoken.type = TOK_ENDTOK; ltoken.text = yytext;
324 * tokenizer aliases.
1097 if (tokenizer) {
1643 /* This is actually a tokenizer directive. */
1653 * Another tokenizer directive.
1949 /* This is actually a tokenizer directive. */
1967 tokenizer = 1;
1975 tokenizer
[all...]
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c[all...]

Completed in 932 milliseconds