Searched refs:bison (Results 1 – 25 of 59) sorted by relevance
123
| /src/contrib/byacc/test/ |
| H A D | run_make.sh | 7 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 D | INSTALL | 19 * 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 D | ChangeLog | 113 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 D | NEWS | 382 ** 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 D | OSF1.mk | 85 .if exists(/usr/local/bin/bison) || exists(/opt/gnu/bin/bison) 86 YACC ?= bison -y
|
| H A D | SunOS.mk | 106 .if exists(/usr/local/bin/bison) || exists(/opt/gnu/bin/bison) 107 YACC ?= bison -y
|
| H A D | HP-UX.mk | 113 .if exists(/usr/local/bin/bison) 114 YACC ?= bison -y
|
| H A D | UnixWare.mk | 134 .if exists(${DEV_TOOLS_PREFIX}/bin/bison) 135 YACC ?= bison -y
|
| H A D | Darwin.mk | 103 YACC ?= bison -y
|
| /src/contrib/unbound/contrib/ |
| H A D | Dockerfile.tests | 5 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 D | missing | 166 bison*|yacc*)
|
| /src/contrib/ntp/sntp/libevent/ |
| H A D | missing | 166 bison*|yacc*)
|
| /src/contrib/openbsm/config/ |
| H A D | missing | 166 bison*|yacc*)
|
| /src/contrib/file/ |
| H A D | missing | 166 bison*|yacc*)
|
| /src/contrib/libevent/build-aux/ |
| H A D | missing | 166 bison*|yacc*)
|
| /src/contrib/openpam/ |
| H A D | missing | 180 bison*|yacc*)
|
| /src/crypto/heimdal/lib/roken/ |
| H A D | missing | 109 bison|yacc)
|
| /src/contrib/one-true-awk/ |
| H A D | README.md | 99 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 D | makefile | 40 YACC = bison -d
|
| /src/contrib/libpcap/doc/ |
| H A D | README.solaris.md | 31 developer/parser/bison
|
| /src/crypto/heimdal/ |
| H A D | missing | 221 bison*|yacc*)
|
| /src/contrib/byacc/ |
| H A D | CHANGES | 70 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 D | README.md | 21 If building from the repository source you also need flex and bison installed.
|
| /src/contrib/libpcap/msdos/ |
| H A D | makefile.wc | 66 bison --name-prefix=pcap_ --yacc --defines $[@
|
| /src/contrib/libxo/ |
| H A D | configure.ac | 31 AC_PATH_PROG(BISON, bison, /usr/bin/bison)
|
123