/netbsd-src/external/bsd/flex/dist/ |
H A D | README.md | 1 This is flex, the fast lexical analyzer generator. 3 flex is a tool for generating scanners: programs which recognize 6 The flex codebase is kept in 7 [Git on GitHub.](https://github.com/westes/flex) 9 Use GitHub's [issues](https://github.com/westes/flex/issues) and 10 [pull request](https://github.com/westes/flex) features to file bugs 15 * flex-announce@lists.sourceforge.net - where posts will be made 16 announcing new releases of flex. 17 * flex-help@lists.sourceforge.net - where you can post questions about 18 using flex [all …]
|
H A D | NEWS | 1 flex NEWS 7 *** The indent target now knows about flex's new (as of 2.6.0) 11 *** The files included in the flex distribution are now built by the 12 version of flex that is included in the distribution. 15 required to build flex. It will also error when missing functions 19 configure.ac lists as required for building flex. In autogen.sh, 39 *** A number of portability fixes were introduced so building flex is 43 *** When building the flex executable itself, %# comments from 44 flex.skl are removed when generating the C source code array. This 45 reduces the size of flex. [all …]
|
H A D | ChangeLog | 23 * doc/flex.texi: doc: Correct typo in C code sample in manual 27 * src/flex.skl: scanner: Mention %# comments are removed when 32 …* src/flex.skl: Honor user definitions of yy_* macros The user may have defined the yy_* macros th… 37 * src/flex.skl, src/main.c: Don't leak macro definitions into header 62 from skeleton file. Since the comments in flex.skl are, by hypothesis, not needed in 79 * src/filter.c: FLEX_EXIT() is the preferred way to exit flex 96 * src/flex.skl: scanner: update yy_buf_size after yyrealloc() 112 * po/POTFILES.in: gettext: list generated files instead of flex, 113 bison sources in POTFILES.in. Listing the flex and bison sources -- as the gettext manual suggests 188 …* src/Makefile.am: build: Add dist-hook to force remake scan.c. This will ensure the flex scanner… [all …]
|
H A D | ONEWS | 38 - An octal escape sequence in a flex regular expression must 41 - You can now use "--" on the flex command line to mark the 42 end of flex options. 46 - By default, the scanners generated by flex no longer 51 section of your flex input. 57 flex binary. The fact that it removes the flex binary means 85 - An OS/2 Makefile and config.h for flex 2.5 is now available in 88 - The descrip.mms file for building flex under VMS has been updated, 91 - The notes on building flex for the Amiga have been updated for 92 flex 2.5, contributed by Andreas Scherer. [all …]
|
H A D | AUTHORS | 2 In 2001, Will Estes took over as maintainer of flex. 4 John Millaway is a co-author of the current version of flex. He has 6 outstanding bugs and has made significant contributions to the flex 9 Aaron Stone has contributed several bug fixes to the flex codebase. 11 Vern Paxson wrote flex with the help of many ideas and much
|
H A D | configure.ac | 4 # This file is part of flex. 27 AC_INIT([the fast lexical analyser generator],[2.6.4],[flex-help@lists.sourceforge.net],[flex]) 76 # (e.g. when cross-compiling flex or when bootstrapping has bugs). 80 [don't perform a bootstrap when building flex])], 126 # LIBS to include libpthread for building flex.
|
H A D | Makefile.am | 64 $(LN_S) -f flex$(EXEEXT) flex++$(EXEEXT)
|
/netbsd-src/external/bsd/flex/dist/doc/ |
H A D | Makefile.am | 1 FLEX = $(top_builddir)/src/flex$(EXEEXT) 3 info_TEXINFOS = flex.texi 4 dist_man_MANS = flex.1 5 MAINTAINERCLEANFILES = flex.1 10 flex.1: $(top_srcdir)/configure.ac $(top_srcdir)/src/flex.skl $(top_srcdir)/src/options.c $(top_src…
|
H A D | flex.info-1 | 1 This is flex.info, produced by makeinfo version 6.1 from flex.texi. 3 The flex manual is placed under the same licensing conditions as the 4 rest of flex: 40 * flex: (flex). Fast lexical analyzer generator (lex replacement). 44 File: flex.info, Node: Top, Next: Copyright, Prev: (dir), Up: (dir) 46 flex 49 This manual describes 'flex', a tool for generating programs that 53 This edition of 'The flex Manual' documents 'flex' version 2.6.4. It 139 * When was flex born?:: 141 * Why do flex scanners call fileno if it is not ANSI compatible?:: [all …]
|
H A D | flex.info | 1 This is flex.info, produced by makeinfo version 6.1 from flex.texi. 3 The flex manual is placed under the same licensing conditions as the 4 rest of flex: 40 * flex: (flex). Fast lexical analyzer generator (lex replacement). 45 flex.info-1: 1622 46 flex.info-2: 318745 156 Node: When was flex born?175705 158 Node: Why do flex scanners call fileno if it is not ANSI compatible?177385 159 Node: Does flex support recursive pattern definitions?178182 160 Node: How do I skip huge chunks of input (tens of megabytes) while using flex?179029 [all …]
|
H A D | Makefile.in | 151 INFO_DEPS = $(srcdir)/flex.info 154 DVIS = flex.dvi 155 PDFS = flex.pdf 156 PSS = flex.ps 157 HTMLS = flex.html 158 TEXINFOS = flex.texi 363 FLEX = $(top_builddir)/src/flex$(EXEEXT) 364 info_TEXINFOS = flex.texi 365 dist_man_MANS = flex.1 366 MAINTAINERCLEANFILES = flex.1 [all …]
|
H A D | flex.texi | 3 @setfilename flex.info 13 * flex: (flex). Fast lexical analyzer generator (lex replacement). 19 The flex manual is placed under the same licensing conditions as the 20 rest of flex: 71 @top flex 73 This manual describes @code{flex}, a tool for generating programs that 77 This edition of @cite{The flex Manual} documents @code{flex} version 163 * When was flex born?:: 165 * Why do flex scanners call fileno if it is not ANSI compatible?:: 166 * Does flex support recursive pattern definitions?:: [all …]
|
H A D | flex.info-2 | 1 This is flex.info, produced by makeinfo version 6.1 from flex.texi. 3 The flex manual is placed under the same licensing conditions as the 4 rest of flex: 40 * flex: (flex). Fast lexical analyzer generator (lex replacement). 44 File: flex.info, Node: Index of Functions and Macros, Next: Index of Variables, Prev: Concept In… 122 File: flex.info, Node: Index of Variables, Next: Index of Data Types, Prev: Index of Functions a… 154 File: flex.info, Node: Index of Data Types, Next: Index of Hooks, Prev: Index of Variables, Up:… 174 File: flex.info, Node: Index of Hooks, Next: Index of Scanner Options, Prev: Index of Data Types… 191 File: flex.info, Node: Index of Scanner Options, Prev: Index of Hooks, Up: Indices
|
/netbsd-src/external/bsd/flex/dist/tests/ |
H A D | README | 1 This file describes the flex test suite. 5 The test suite is intended to be used by flex developers, i.e., anyone hacking 6 the flex distribution. If you are simply installing flex, then you can ignore 12 a scanner known to work with the most recent version of flex. In 13 general, after you modify your copy of the flex distribution, you 17 have broken a feature of flex. At a minimum, you'll want to 22 To build and execute all tests from the top level of the flex source tree: 28 $ cd tests/ # from the top level of the flex tree. 56 ** Once your work is done, submit a patch via the flex development
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ssl-tests/ |
H A D | 04-client_auth.conf | 5 test-0 = 0-server-auth-flex 6 test-1 = 1-client-auth-flex-request 7 test-2 = 2-client-auth-flex-require-fail 8 test-3 = 3-client-auth-flex-require 9 test-4 = 4-client-auth-flex-require-non-empty-names 10 test-5 = 5-client-auth-flex-noroot 43 [0-server-auth-flex] 44 ssl_conf = 0-server-auth-flex-ssl 46 [0-server-auth-flex-ssl] 47 server = 0-server-auth-flex-server [all …]
|
/netbsd-src/external/bsd/libpcap/dist/doc/ |
H A D | README.solaris.md | 10 * flex 2.6.4 and GNU Bison 3.8.2 work. 16 * flex 2.6.4 and GNU Bison 3.7.6 work. 26 developer/lexer/flex 35 * flex 2.6.4 and GNU Bison 3.7.3 work. 43 * flex 2.6.4 and GNU Bison 3.7.1 work. 50 * flex 2.6.4 and GNU Bison 3.7.1 work. 56 * flex 2.5.35 and GNU Bison 3.0.2 work.
|
/netbsd-src/external/bsd/flex/dist/src/ |
H A D | Makefile.in | 93 bin_PROGRAMS = flex$(EXEEXT) 161 am__objects_1 = flex-buf.$(OBJEXT) flex-ccl.$(OBJEXT) \ 162 flex-dfa.$(OBJEXT) flex-ecs.$(OBJEXT) flex-filter.$(OBJEXT) \ 163 flex-gen.$(OBJEXT) flex-main.$(OBJEXT) flex-misc.$(OBJEXT) \ 164 flex-nfa.$(OBJEXT) flex-options.$(OBJEXT) flex-parse.$(OBJEXT) \ 165 flex-regex.$(OBJEXT) flex-scanflags.$(OBJEXT) \ 166 flex-scanopt.$(OBJEXT) flex-skel.$(OBJEXT) flex-sym.$(OBJEXT) \ 167 flex-tables.$(OBJEXT) flex-tables_shared.$(OBJEXT) \ 168 flex-tblcmp.$(OBJEXT) flex-yylex.$(OBJEXT) 170 nodist_flex_OBJECTS = flex-stage1scan.$(OBJEXT)
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/ssl-tests/ |
H A D | 04-client_auth.cnf | 5 test-0 = 0-server-auth-flex 6 test-1 = 1-client-auth-flex-request 7 test-2 = 2-client-auth-flex-require-fail 8 test-3 = 3-client-auth-flex-require 9 test-4 = 4-client-auth-flex-require-non-empty-names 10 test-5 = 5-client-auth-flex-noroot 43 [0-server-auth-flex] 44 ssl_conf = 0-server-auth-flex-ssl 46 [0-server-auth-flex-ssl] 47 server = 0-server-auth-flex-server [all …]
|
/netbsd-src/external/bsd/flex/dist/examples/ |
H A D | README | 2 flex. These files are not tested regularly so you might have to tinker 5 - debflex.awk, an awk script for anotating flex debug output. 9 - testxxLexer.l, a sample C++ program that uses flex's scanner 12 - fastwc/, a subdirectory containing examples of how to use flex
|
/netbsd-src/external/bsd/file/dist/magic/magdir/ |
H A D | lex | 9 # C program text from GNU flex, from Daniel Quinlan <quinlan@yggdrasil.com> 10 0 search/100 generated\ by\ flex C program text (from flex)
|
/netbsd-src/external/bsd/flex/dist/examples/fastwc/ |
H A D | README | 2 high-performance from flex scanners. Each program implements a simplified 33 wc1.l a naive flex "wc" implementation 40 using flex (or, I suspect, hand-coding) 49 wc1 16.4 default flex table compression (= -Cem)
|
/netbsd-src/distrib/syspkg/sets/comp/comp-cxx-bin/ |
H A D | DESCR | 5 flex++ - C++ lexical analyzser generator (a C++ version of flex)
|
/netbsd-src/distrib/syspkg/sets/comp/comp-cxx-catman/ |
H A D | DESCR | 6 flex++ - C++ lexical analyzser generator (a C++ version of flex)
|
/netbsd-src/distrib/syspkg/sets/comp/comp-cxx-man/ |
H A D | DESCR | 6 flex++ - C++ lexical analyzser generator (a C++ version of flex)
|
/netbsd-src/external/bsd/am-utils/dist/m4/macros/ |
H A D | prog_lex.m4 | 3 [AC_CHECK_PROGS(LEX, flex lex, :) 13 AC_MSG_ERROR([cannot find flex/lex -- needed for am-utils])
|