Home
last modified time | relevance | path

Searched refs:flex (Results 1 – 25 of 46) sorted by relevance

12

/freebsd-13.1/contrib/flex/
H A DREADME.md1 This is flex, the fast lexical analyzer generator.
6 The flex codebase is kept in
7 [Git on GitHub.](https://github.com/westes/flex)
16 announcing new releases of flex.
18 using flex
20 of flex itself
33 * COPYING - flex's copyright and license.
44 * compiler suite - flex is built with gcc
51 * help2man; to generate the flex man page
72 in the top level of the flex source tree.
[all …]
H A DNEWS1 flex NEWS
45 reduces the size of flex.
79 flex to build flex again. With --disable-bootstrap, the scanner is
105 ** flex internals
144 ** flex resources
148 *** New releases of flex are to be found at https://github.com/westes/flex/releases.
150 ** flex internals
164 ** Building flex
235 git://flex.git.sourceforge.net/gitroot/flex/flex.
325 ** flex man page and flex manual in pdf now distributed in the flex
[all …]
H A DChangeLog1166 * CODE_OF_CONDUCT.md: flex is for flex #NCoC
4435 doc/flex.texi, flex.texi: move flex.texi and flex.1 to new doc/
4829 * flex.skl: FLEX_BETA defined if flex is beta
5529 flex
5690 * flex.skl, flex.texi: Working on tables API.
6846 flex.1
7222 * flex.skl, flex.texi, gen.c, main.c,
7823 * to.do/flex.rmail: more mail in flex.rmail
8429 * flex.1: flexdoc/flex merge
8715 * mkskel.sh: flex.skel -> flex.skl
[all …]
H A DONEWS42 end of flex options.
51 section of your flex input.
57 flex binary. The fact that it removes the flex binary means
427 (or flex.1) for details.
469 flex 2.4 and have not been tested with flex 2.5.
653 a symlink or copy of "flex" to "flex++" results in a version of
678 The flex distribution will soon include G.T. Nicol's flex
729 flex now generates a warning.
894 flex on some Suns, in particular.
959 flex recognize #line directives).
[all …]
H A DCOPYING37 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-13.1/usr.bin/lex/
H A DMakefile14 LINKS+= ${BINDIR}/lex ${BINDIR}/flex
15 LINKS+= ${BINDIR}/lex ${BINDIR}/flex++
17 FLEXDIR= ${SRCTOP}/contrib/flex/src
29 MLINKS+= lex.1 flex.1
30 MLINKS+= lex.1 flex++.1
44 skel.c: config.h mkskel.sh flex.skl version.awk
/freebsd-13.1/contrib/file/magic/Magdir/
H A Dlex9 # C program text from GNU flex, from Daniel Quinlan <[email protected]>
10 0 search/100 generated\ by\ flex C program text (from flex)
/freebsd-13.1/contrib/openbsm/
H A D.travis.yml14 sudo apt-get -qq install byacc flex;
17 brew install byacc flex openssl;
/freebsd-13.1/contrib/sqlite3/
H A Dmissing105 flex_URL=http://flex.sourceforge.net/
171 lex*|flex*)
/freebsd-13.1/contrib/openbsm/config/
H A Dmissing105 flex_URL=http://flex.sourceforge.net/
171 lex*|flex*)
/freebsd-13.1/contrib/ntp/sntp/libevent/build-aux/
H A Dmissing105 flex_URL=http://flex.sourceforge.net/
171 lex*|flex*)
/freebsd-13.1/contrib/libevent/
H A Dmissing105 flex_URL=http://flex.sourceforge.net/
171 lex*|flex*)
/freebsd-13.1/contrib/file/
H A Dmissing105 flex_URL=https://github.com/westes/flex
171 lex*|flex*)
/freebsd-13.1/contrib/openpam/
H A Dmissing105 flex_URL=https://github.com/westes/flex
171 lex*|flex*)
/freebsd-13.1/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-13.1/sys/dev/ice/
H A Dvirtchnl_lan_desc.h332 } flex; member
364 } flex; member
434 } flex; member
/freebsd-13.1/usr.bin/lex/lib/
H A DMakefile5 .PATH: ${SRCTOP}/contrib/flex/src
/freebsd-13.1/contrib/unbound/contrib/
H A DDockerfile.tests5 RUN apt-get install -y bison flex
H A Dunbound.spec11 BuildRequires: flex, openssl-devel, expat-devel
/freebsd-13.1/contrib/elftoolchain/
H A D.cirrus.yml16 binutils bison bmake curl flex g++ gcc git
/freebsd-13.1/crypto/heimdal/lib/roken/
H A Dmissing139 lex|flex)
/freebsd-13.1/crypto/heimdal/lib/com_err/
H A DChangeLog33 * parse.y: rename base to base_id since flex defines a function
36 * compile_et.h: rename base to base_id since flex defines a
39 * compile_et.c: rename base to base_id since flex defines a
/freebsd-13.1/crypto/heimdal/
H A Dmissing251 lex*|flex*)
/freebsd-13.1/contrib/diff/
H A DABOUT-NLS213 flex | [] [] [] [] |
350 flex | [] [] [] |
487 flex | [] [] [] [] |
624 flex | [] [] | 13
/freebsd-13.1/contrib/flex/src/
H A Dflex.skl5 %# 1. flex.skl is processed through GNU m4 during the
6 %# pre-compilation stage of flex. Only macros starting
10 %# as "skel.c" and compiled into the flex binary. The %# comment
23 /* A lexical scanner generated by flex */
47 %# %% - A stop-point, where code is inserted by flex.
710 /* User-defined. Not touched by flex. */
1032 YY_FATAL_ERROR( "input in flex scanner failed" );
1364 * hoser (like flex itself) wants to
1408 "fatal flex scanner internal error--no action found" );
1569 "fatal flex scanner internal error--end of buffer missed" );
[all …]

12