Home
last modified time | relevance | path

Searched refs:bison (Results 1 – 25 of 59) sorted by relevance

123

/src/contrib/byacc/test/
H A Drun_make.sh7 BISON=`bison --version 2>/dev/null | head -n 1 | sed -e 's/^[^0-9.]*//' -e 's/[^0-9.]*$//'`
114 bison -Wno-other -Wno-conflicts-sr -Wconflicts-rr -y -Wno-yacc run_make.y
117 bison -y run_make.y
/src/contrib/dma/
H A DINSTALL19 * yacc - bison is kjnown to work
28 make CC=gcc YACC=bison LEX=/usr/bin/flex SH=/bin/bash INSTALL=/usr/bin/install
/src/contrib/flex/
H A DChangeLog113 bison sources in POTFILES.in. Listing the flex and bison sources -- as the gettext manual suggests
216 * tests/Makefile.am, tests/no_bison_stub.c: test: Skip bison tests
217 if bison is not available
221 * configure.ac: build: remove repeated bison detection from
222 configure. AC_PROG_YACC already detects the bison program. We can just use it,
223 …ice if [ $YACC != 'bison -y' ] Remove unused AC_SUBST([BISON], ...). Add AM_CONDITIONAL([HAVE_BIS…
224 …tests in testsuite when bison is absent. We don't make any attempt to detect other yacc implement…
225 flex is developed with bison. While it would be possible, the need
227 option that defaulted to bison if such a need cropped up.
1462 * configure.ac: Checked for (g)texi2dvi. Better bison, help2man
[all …]
H A DNEWS382 ** flex now works with recent bison versions
477 ** Added %option bison-bridge (--bison-bridge)
479 ** Removed %option reentrant-bison/--reentrant-bison/-Rb
506 ** the test for bison was reporting bison missing when it was, in
585 ** bison is no longer needed to build flex; If you are building flex
691 %option reentrant-bison (-Rb)
723 ** Support for bison variables yylval and yylloc added
/src/contrib/bmake/mk/sys/
H A DOSF1.mk85 .if exists(/usr/local/bin/bison) || exists(/opt/gnu/bin/bison)
86 YACC ?= bison -y
H A DSunOS.mk106 .if exists(/usr/local/bin/bison) || exists(/opt/gnu/bin/bison)
107 YACC ?= bison -y
H A DHP-UX.mk113 .if exists(/usr/local/bin/bison)
114 YACC ?= bison -y
H A DUnixWare.mk134 .if exists(${DEV_TOOLS_PREFIX}/bin/bison)
135 YACC ?= bison -y
H A DDarwin.mk103 YACC ?= bison -y
/src/contrib/unbound/contrib/
H A DDockerfile.tests5 RUN apt-get update && apt-get install -y bison flex ldnsutils dnsutils xxd splint doxygen netcat-op…
/src/contrib/ntp/sntp/libevent/build-aux/
H A Dmissing166 bison*|yacc*)
/src/contrib/ntp/sntp/libevent/
H A Dmissing166 bison*|yacc*)
/src/contrib/openbsm/config/
H A Dmissing166 bison*|yacc*)
/src/contrib/file/
H A Dmissing166 bison*|yacc*)
/src/contrib/libevent/build-aux/
H A Dmissing166 bison*|yacc*)
/src/contrib/openpam/
H A Dmissing180 bison*|yacc*)
/src/crypto/heimdal/lib/roken/
H A Dmissing109 bison|yacc)
/src/contrib/one-true-awk/
H A DREADME.md99 bison -d awkgram.y
119 If your system does not have `yacc` or `bison` (the GNU
121 The default in the `makefile` is `bison`; you will have
H A Dmakefile40 YACC = bison -d
/src/contrib/libpcap/doc/
H A DREADME.solaris.md31 developer/parser/bison
/src/crypto/heimdal/
H A Dmissing221 bison*|yacc*)
/src/contrib/byacc/
H A DCHANGES70 recognize bison's "%define api.pure" as an alternative to "%pure-parser"
73 add %nterm as an alias for %type, since bison made that confusion.
119 patch for byacc #6: Segmentation fault when trying to parse bison-3.8.2 grammar
639 map any of bison's long-options which have a corresponding yacc option
644 Subject: Re: [PATCH] support bison's --defines and --output options in byacc
1226 * reader.c: ignore bison's "%empty" extension
1229 %debug was a trivial bison "extension", mark it as such
1254 bison copied from Solaris yacc (request by Ella Stanforth)
1711 suppress bison's -Wyacc warning, which is not useful.
1816 * defs.h, reader.c, output.c: add support for bison's "%code" feature
[all …]
/src/contrib/unbound/
H A DREADME.md21 If building from the repository source you also need flex and bison installed.
/src/contrib/libpcap/msdos/
H A Dmakefile.wc66 bison --name-prefix=pcap_ --yacc --defines $[@
/src/contrib/libxo/
H A Dconfigure.ac31 AC_PATH_PROG(BISON, bison, /usr/bin/bison)

123