Home
last modified time | relevance | path

Searched full:flex (Results 1 – 25 of 161) sorted by relevance

1234567

/freebsd/contrib/flex/
H A DNEWS1 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,
26 *** Flex can be cross compiled.
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
[all …]
H A DREADME.md1 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 DONEWS38 - 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 DChangeLog23 * 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
44 literal. This can happen in the case of // comments (which Flex doesn't
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
[all …]
H A DCOPYING1 Flex carries the copyright used for BSD software, slightly modified
5 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007 The Flex Project.
37 remove this notice or take advantage of the University's (or the flex
40 Note that the "flex.skl" scanner skeleton carries no copyright notice.
41 You are free to do whatever you please with scanners generated using flex;
/freebsd/usr.bin/lex/
H A Dlex.12 .TH FLEX 1 "May 6, 2017" "Version 2.6.4"
4 flex, lex \- fast lexical analyzer generator
6 .B flex
12 .I flex,
25 the extended regular expressions used by flex
34 details regarding the scanner that flex produces;
55 connecting flex scanners together with yacc parsers
58 flex command-line options, and the "%option"
69 how flex differs from AT&T lex and the POSIX lex
73 those error messages produced by flex (or scanners
[all …]
H A DMakefile2 # By default, flex will be configured to generate 8-bit scanners only if the
8 # Also note that flex.skel no longer gets installed.
13 LINKS+= ${BINDIR}/lex ${BINDIR}/flex
14 LINKS+= ${BINDIR}/lex ${BINDIR}/flex++
16 FLEXDIR= ${SRCTOP}/contrib/flex/src
28 MLINKS+= lex.1 flex.1
29 MLINKS+= lex.1 flex++.1
43 skel.c: config.h mkskel.sh flex.skl version.awk
/freebsd/contrib/libpcap/doc/
H A DREADME.solaris.md10 * 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.
/freebsd/crypto/openssl/test/ssl-tests/
H A D04-client_auth.cnf5 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 …]
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx7d-flex-concentrator-mfg.dts3 * Device Tree Source for Kamstrup OMNIA Flex Concentrator in
12 #include "imx7d-flex-concentrator.dts"
15 model = "Kamstrup OMNIA Flex Concentrator - Manufacturing";
16 compatible = "kam,imx7d-flex-concentrator-mfg", "fsl,imx7d";
/freebsd/share/man/man7/
H A Dsizeof.798 ".Li sizeof(struct flex)" ".Sy Result (ILP32)" ".Sy Result (LP64)"
133 ".Li sizeof(struct flex)" ".Sy Result"
185 ".Li sizeof(struct flex)" ".Sy Result (ILP32) " ".Sy Result (LP64)"
214 struct flex {
221 ".Li sizeof(struct flex)" ".Sy Result (ILP32) " ".Sy Result (LP64)"
225 .It Li sizeof(struct flex) \
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DHTMLLogger.css9 body { margin: 0; display: flex; justify-content: left; }
71 display: flex;
74 flex-grow: 1;
139 flex-grow: 1;
143 display: flex;
163 display: flex;
/freebsd/contrib/file/magic/Magdir/
H A Dlex9 # C program text from GNU flex, from Daniel Quinlan <quinlan@yggdrasil.com>
10 0 search/100 generated\ by\ flex C program text (from flex)
/freebsd/contrib/flex/src/
H A Dtables_shared.h15 dnl This file is part of flex.
38 dnl flex code (hence the name "_shared").
49 /* Structures and prototypes for serializing flex tables. The
108 flex_uint32_t th_magic; /**< Must be 0xF13C57B1 (comes from "Flex Table") */
112 char *th_version; /**< Flex version string. NUL terminated. */
H A Dmkskel.sh3 # This file is part of flex.
28 echo '/* File created from flex.skl via mkskel.sh */
43 ' "$srcdir/flex.skl" |
H A DFlexLexer.h3 // by flex
31 // external interface provided to flex C++ lexer objects, and yyFlexLexer,
114 // yyFlexLexer, as discussed in the flex manual.
197 // on use of certain flex features (like REJECT or yymore()).
H A Dlibyywrap.c1 /* libyywrap - flex run-time support library "yywrap" function */
3 /* This file is part of flex. */
H A Dlibmain.c1 /* libmain - flex run-time support library "main" function */
3 /* This file is part of flex. */
/freebsd/sys/dev/ice/
H A Dice_lan_tx_rx.h396 /* Rx Flex Descriptors
439 } flex; member
445 /* Rx Flex Descriptor NIC Profile
447 * Flex-field 0: RSS hash lower 16-bits
448 * Flex-field 1: RSS hash upper 16-bits
449 * Flex-field 2: Flow ID lower 16-bits
450 * Flex-field 3: Flow ID higher 16-bits
451 * Flex-field 4: reserved, VLAN ID taken from L2Tag
479 } flex; member
484 /* Rx Flex Descripto
614 } flex; global() member
[all...]
/freebsd/contrib/openbsm/
H A D.travis.yml14 sudo apt-get -qq install byacc flex;
17 brew install byacc flex openssl;
/freebsd/contrib/googletest/docs/_sass/
H A Dmain.scss8 display: flex;
15 flex-shrink: 0;
169 flex-direction: column;
/freebsd/crypto/heimdal/lib/roken/
H A Dmissing45 flex create \`lex.yy.c', if possible, from existing .c
139 lex|flex)
142 you modified a \`.l' file. You may need the \`Flex' package
144 \`Flex' from any GNU archive site."
/freebsd/contrib/libpcap/
H A DINSTALL.md87 You will need either Flex 2.5.31 or later, or a version of Lex
89 script will abort if there isn't any such program; CMake fails if Flex
91 Flex 2.5.31 or later. If you have an older version of Flex, or don't
92 have a compatible version of Lex, the current version of Flex is
93 available [here](https://github.com/westes/flex).
104 Sometimes the stock C compiler does not interact well with Flex and
/freebsd/contrib/dma/
H A DINSTALL18 * lex - flex is known to work
28 make CC=gcc YACC=bison LEX=/usr/bin/flex SH=/bin/bash INSTALL=/usr/bin/install
/freebsd/sys/contrib/openzfs/module/zcommon/
H A Dzprop_common.c100 boolean_t rightalign, boolean_t visible, boolean_t flex, in zprop_register_impl() argument
126 pd->pd_always_flex = flex; in zprop_register_impl()
147 const char *colname, boolean_t flex, in zprop_register_number() argument
151 objset_types, values, colname, B_TRUE, B_TRUE, flex, NULL, in zprop_register_number()
168 zprop_attr_t attr, int objset_types, const char *colname, boolean_t flex, in zprop_register_hidden() argument
173 type == PROP_TYPE_NUMBER, B_FALSE, flex, NULL, sfeatures); in zprop_register_hidden()

1234567