Home
last modified time | relevance | path

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

12345

/openbsd/src/usr.bin/lex/
DREADME1 This is flex, the fast lexical analyzer generator.
3 flex is a tool for generating scanners: programs which recognize
6 More information about flex as well as the latest official release of
7 flex can be found at:
9 http://flex.sourceforge.net/
12 flex at:
16 The flex codebase is kept in git at:
18 https://github.com/westes/flex
22 flex-announce@lists.sourceforge.net - where posts will be made
23 announcing new releases of flex.
[all …]
DNEWS1 This is the file NEWS for the flex package. It records user -visible
2 changes between releases of flex.
6 * flex version 2.5.39
22 ** Import flex into git. See
23 git://flex.git.sourceforge.net/gitroot/flex/flex.
25 ** Fix make install target to not fail when the flex++ program is
47 ** the flex distribution is now built with automake 1.10.1 and automake
52 ** fixed bug that prevented flex from accepting certain comments in the
68 ** The flex program now parses multiple short concatenated options (resolves bug
73 ** flex now provides for a libfl_pic.a compiled with position
[all …]
DChangeLog96 * doc/flex.xml: remove unmaintained xml documentation
104 * README: list new location of flex git repo
119 in a git working directory of flex, distributing the tools directory
167 * configure.ac, flex.skl, nfa.c, tests/Makefile.am,
290 …* flex.skl: put user code after yyguts init; resolves #1744516 Signed-off-by: Will Estes <westes57…
294 * flex.skl, main.c: do not output yy_nxt to header with %option
299 * main.c: let flex decide if yymore and reject are needed in lex
324 style declaration. In particular, this means that flex scanners that
337 * flex.skl, gen.c: Change variable types to silence compiler
346 * configure.in: update flex version to 2.5.37
[all …]
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 …]
DMakefile24 MAN = flex.1
26 LINKS= ${BINDIR}/lex ${BINDIR}/flex \
27 ${BINDIR}/lex ${BINDIR}/flex++
34 skel.c: flex.skl mkskel.sh flexint.h tables_shared.h
36 ${.CURDIR}/flex.skl | m4 -I${.CURDIR} -P \
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;
Dmkskel.sh26 /* File created from flex.skl via mkskel.sh */
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
Dc99-flex-array-3.c7 struct flex { int a; int b[]; }; argument
8 union rf1 { struct flex a; int b; };
9 union rf2 { int a; struct flex b; };
16 struct t0 { struct flex a; }; /* { dg-bogus "warning" "warning in place of error" } */
27 void f0 (struct flex[]); /* { dg-bogus "warning" "warning in place of error" } */
38 struct flex a0[1]; /* { dg-bogus "warning" "warning in place of error" } */
Dc90-flex-array-1.c6 struct flex { int a; int b[]; }; /* { dg-bogus "warning" "warning in place of error" } */ argument
/openbsd/src/gnu/usr.bin/binutils/binutils/
Dacinclude.m423 ## There were double-quotes around ``$missing_dir/missing flex'' which was
27 dnl Look for flex, lex or missing, then run AC_PROG_LEX and AC_DECL_YYTEXT
30 AC_CHECK_PROGS(LEX, flex lex, [$missing_dir/missing flex])
Daclocal.m433 dnl Look for flex, lex or missing, then run AC_PROG_LEX and AC_DECL_YYTEXT
36 AC_CHECK_PROGS(LEX, flex lex, [$missing_dir/missing flex])
/openbsd/src/usr.bin/file/magdir/
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)
/openbsd/src/gnu/usr.bin/binutils-2.17/
DMakefile.def260 dependencies = { module=all-build-flex; on=all-build-texinfo; };
261 dependencies = { module=all-build-flex; on=all-build-bison; };
262 dependencies = { module=all-build-flex; on=all-build-byacc; };
263 dependencies = { module=all-build-flex; on=all-build-m4; };
278 dependencies = { module=all-gcc; on=all-build-flex; };
321 dependencies = { module=all-binutils; on=all-build-flex; };
347 dependencies = { module=all-ld; on=all-build-flex; };
404 dependencies = { module=all-flex; on=all-build-bison; };
405 dependencies = { module=all-flex; on=all-build-byacc; };
406 dependencies = { module=all-flex; on=all-intl; };
[all …]
DMakefile.in575 maybe-configure-flex \
671 all-build: maybe-all-build-flex
703 all-host: maybe-all-flex
828 info-host: maybe-info-flex
932 dvi-host: maybe-dvi-flex
1036 html-host: maybe-html-flex
1140 TAGS-host: maybe-TAGS-flex
1244 install-info-host: maybe-install-info-flex
1348 install-html-host: maybe-install-html-flex
1452 installcheck-host: maybe-installcheck-flex
[all …]
/openbsd/src/usr.bin/mandoc/
Dmandoc.css57 display: flex;
61 .head-ltitle { flex: 1; }
62 .head-vol { flex: 0 1 auto;
64 .head-rtitle { flex: 1;
68 display: flex;
73 .foot-left { flex: 1; }
74 .foot-date { flex: 0 1 auto;
76 .foot-os { flex: 1;
/openbsd/src/sys/arch/hppa/hppa/
Dmainbus.c167 int bank, off, flex; in mbus_add_mapping() local
192 flex = HPPA_FLEX(pa); in mbus_add_mapping()
199 if (!(bmm[flex / 32] & (1U << (flex % 32)))) { in mbus_add_mapping()
202 "%lx-%lx, ", flex, spa, epa - 1); in mbus_add_mapping()
228 flex, HPPA_FLEX(pa - 1), in mbus_add_mapping()
232 for (; flex <= HPPA_FLEX(pa - 1); in mbus_add_mapping()
233 flex++) { in mbus_add_mapping()
235 printf("mask %x ", flex); in mbus_add_mapping()
237 bmm[flex / 32] |= in mbus_add_mapping()
238 (1U << (flex % 32)); in mbus_add_mapping()
[all …]
/openbsd/src/sys/dev/pci/drm/i915/
Di915_perf.c2494 struct flex { struct
2503 const struct flex *flex, unsigned int count) in gen8_store_flex() argument
2515 *cs++ = offset + flex->offset * sizeof(u32); in gen8_store_flex()
2517 *cs++ = flex->value; in gen8_store_flex()
2518 } while (flex++, --count); in gen8_store_flex()
2528 const struct flex *flex, unsigned int count) in gen8_load_flex() argument
2540 *cs++ = i915_mmio_reg_offset(flex->reg); in gen8_load_flex()
2541 *cs++ = flex->value; in gen8_load_flex()
2542 } while (flex++, --count); in gen8_load_flex()
2551 const struct flex *flex, unsigned int count) in gen8_modify_context() argument
[all …]
/openbsd/src/gnu/usr.bin/binutils/ld/
Daclocal.m4165 dnl Look for flex, lex or missing, then run AC_PROG_LEX and AC_DECL_YYTEXT
168 AC_CHECK_PROGS(LEX, flex lex, "$missing_dir/missing flex")
/openbsd/src/gnu/usr.bin/binutils/
DMakefile.tpl176 USUAL_LEX = `if [ -f $$r/flex/flex ] ; \
177 then echo $$r/flex/flex ; \
1282 …onfigure-binutils maybe-configure-gas maybe-configure-ld maybe-configure-bison maybe-configure-flex
1301 all-binutils: maybe-all-libiberty maybe-all-opcodes maybe-all-bfd maybe-all-flex maybe-all-bison ma…
1310 …berty maybe-all-bfd maybe-all-opcodes maybe-all-bison maybe-all-byacc maybe-all-flex maybe-all-intl
1338 all-flex: maybe-all-libiberty maybe-all-bison maybe-all-byacc
DMakefile.in173 USUAL_LEX = `if [ -f $$r/flex/flex ] ; \
174 then echo $$r/flex/flex ; \
1033 .PHONY: maybe-info-flex info-flex
1034 maybe-info-flex:
1036 info-flex: \
1037 configure-flex
1038 @[ -f ./flex/Makefile ] || exit 0; \
1046 (cd flex && \
2446 maybe-dvi-flex \
2932 .PHONY: maybe-dvi-flex dvi-flex
[all …]
/openbsd/src/sys/scsi/
Dsd.c1642 struct page_flex_geometry *flex = NULL; in sd_get_parms() local
1745 (void **)&flex, sizeof(*flex) - 4, in sd_get_parms()
1750 if (flex != NULL) { in sd_get_parms()
1751 dp.sectors = flex->ph_sec_tr; in sd_get_parms()
1752 dp.heads = flex->nheads; in sd_get_parms()
1753 dp.cyls = _2btol(flex->ncyl); in sd_get_parms()
1756 _2btol(flex->bytes_s); in sd_get_parms()
/openbsd/src/gnu/usr.bin/cvs/
Dmissing155 lex|flex)
/openbsd/src/gnu/usr.bin/binutils/gdb/config/djgpp/
Ddjconfig.sh144 export DEFAULT_LEX=flex
/openbsd/src/gnu/llvm/clang/utils/analyzer/
DDockerfile53 flex=2.6.4-6 \
/openbsd/src/gnu/usr.bin/texinfo/
Dmissing240 lex|flex)

12345