HomeSort by relevance Sort by last modified time
    Searched refs:bison (Results 1 - 25 of 265) sorted by null

1 2 3 4 5 6 7 8 91011

  /sfw/usr/src/cmd/bison/
install-bison 29 #ident "@(#)install-bison 1.10 09/09/21 SMI"
33 PKGVERS=bison-${VERS}
48 _install N doc/bison.info ${PREFIX}/share/info/bison.info 444
51 _install E src/bison ${PREFIX}/bin/bison 555
52 _install L ../../bin/bison ${SFWPREFIX}/bin/bison
53 _install N data/m4sugar/m4sugar.m4 ${SHAREDIR}/bison/m4sugar/m4sugar.m4 444
54 _install N data/README ${SHAREDIR}/bison/README 44
    [all...]
install-bison-64 29 #ident "@(#)install-bison-64 1.1 07/06/05 SMI"
33 PKGVERS=bison-${VERS}
Makefile.sfw 28 VER=bison-2.3
56 $(SH) ./install-bison
57 MACH64=$(MACH64) $(SH) ./install-bison-64
  /sfw/usr/src/cmd/bison/bison-2.3/doc/
Makefile.am 20 info_TEXINFOS = bison.texinfo
21 man_MANS = bison.1
24 EXTRA_DIST = bison.1 refcard.tex
26 CLEANFILES = refcard.dvi refcard.log refcard.ps bison.fns
  /sfw/usr/src/cmd/postgres/postgresql-8.2/postgresql-8.2.14/config/
missing 10 flex|bison)
11 # `missing flex|bison <input> <output>'
  /sfw/usr/src/cmd/postgres/postgresql-8.3/postgresql-8.3.8/config/
missing 10 flex|bison)
11 # `missing flex|bison <input> <output>'
  /sfw/usr/src/cmd/postgres/postgresql-8.4/postgresql-8.4.1/config/
missing 10 flex|bison)
11 # `missing flex|bison <input> <output>'
  /sfw/usr/src/pkgdefs/SUNWbison/
prototype_com 48 f none usr/bin/bison 555 root bin
51 s none usr/sfw/bin/bison=../../bin/bison
54 f none usr/share/aclocal/bison-i18n.m4 444 root bin
55 d none usr/share/bison 755 root bin
56 f none usr/share/bison/README 444 root bin
57 f none usr/share/bison/c++.m4 444 root bin
58 f none usr/share/bison/c.m4 444 root bin
59 f none usr/share/bison/glr.c 444 root bin
60 f none usr/share/bison/glr.cc 444 root bi
    [all...]
  /sfw/usr/src/cmd/gawk/gawk-3.1.5/README_d/
README.yacc 7 The problem goes away if you use either bison or Berkeley yacc.
  /sfw/usr/src/cmd/mysql-5-1/mysql-5.1.30-dtrace/storage/innobase/pars/
make_bison.sh 3 # generate parser files from bison input files.
7 bison -d pars0grm.y
  /sfw/usr/src/cmd/flex/flex-2.5.35/tests/test-bison-yylloc/
scanner.l 25 /* The scanner expects to link to bison yylval . */
35 %option reentrant bison-bridge bison-locations yylineno
  /sfw/usr/src/cmd/perl510/perl-5.10.0/
regen_perly.pl 7 # Given an input file perly.y, run bison on it and produce
10 # perly.h standard bison header file with minor doctoring of
13 # perly.tab the parser table C definitions extracted from the bison output
16 # perly.act the action case statements extracted from the bison output
37 my $bison = 'bison';
41 $bison = shift;
54 # the yytranslate[] table generated by bison is ASCII/EBCDIC sensitive
68 my $version = `$bison -V`;
71 You have the wrong version of bison in your path; currently 1.87
    [all...]
  /sfw/usr/src/pkgdefs/SUNWgccruntime/
prototype_com 45 # bison
57 f none usr/share/locale/da/LC_MESSAGES/bison-runtime.mo 644 root other
60 f none usr/share/locale/de/LC_MESSAGES/bison-runtime.mo 644 root other
63 f none usr/share/locale/es/LC_MESSAGES/bison-runtime.mo 644 root other
66 f none usr/share/locale/et/LC_MESSAGES/bison-runtime.mo 644 root other
69 f none usr/share/locale/fr/LC_MESSAGES/bison-runtime.mo 644 root other
72 f none usr/share/locale/ga/LC_MESSAGES/bison-runtime.mo 644 root other
75 f none usr/share/locale/hr/LC_MESSAGES/bison-runtime.mo 644 root other
78 f none usr/share/locale/id/LC_MESSAGES/bison-runtime.mo 644 root other
81 f none usr/share/locale/it/LC_MESSAGES/bison-runtime.mo 644 root othe
    [all...]
  /sfw/usr/src/cmd/bison/bison-2.3/examples/calc++/
Makefile.am 20 ## Running the bison from this tarball. ##
23 BISON = $(top_builddir)/tests/bison
24 BISON_IN = $(top_srcdir)/tests/bison.in
26 $(BISON): $(BISON_IN)
27 cd $(top_builddir)/tests && $(MAKE) $(AM_MAKEFLAGS) bison
33 doc = $(top_srcdir)/doc/bison.texinfo
38 $(AWK) -f ../extexi ../../doc/bison.texinfo -- \
55 # Don't depend on $(BISON) otherwise we would rebuild these files
60 $(BISON) -d -ra -S lalr1.cc -o $(srcdir)/calc++-parser.cc
    [all...]
  /sfw/usr/src/cmd/gawk/gawk-3.1.5/vms/
vmsbuild.com 54 $ write sys$output " You must process `awkgram.y' with ""yacc"" or ""bison"""
55 $ if f$search("awkgram_tab.c").nes."" then - !bison was run manually
  /sfw/usr/src/lib/aalib/aalib-1.4rc5/
missing 44 bison touch file \`y.tab.c'
97 bison|yacc)
100 you modified a \`.y' file. You may need the \`Bison' package
102 \`Bison' from any GNU archive site."
  /sfw/usr/src/cmd/flex/flex-2.5.35/tests/test-bison-nr/
scanner.l 25 /* The scanner expects to link to bison yylval . */
35 %option bison-locations yylineno
  /sfw/usr/src/cmd/postgres/pgadmin/pgadmin3-1.10.0/pgadmin/pgscript/
parser.sh 9 # parser.sh - Runs Flex and Bison and processes the generated files
17 # Headers generated by Bison that need to be moved to ${INCLUDEDIR}
24 # Bison destination
40 # Generate Bison file
41 echo -n "+ Generating Bison output... "
42 bison -o"${PARSER}" "${SOURCEDIR}/pgsParser.yy"
59 # "parser.tab.hh" to "pgscript/parser.tab.hh" to the Bison output
60 echo -n "+ Processing Bison output... "
67 # Move Bison include files to the include directory
68 echo + "Moving Bison header files...
    [all...]
  /sfw/usr/src/cmd/php5/php-5.2.11/ext/bcmath/libbcmath/
missing 44 bison touch file \`y.tab.c'
97 bison|yacc)
101 modifications might require the \`Bison' package. Grab it from
  /sfw/usr/src/cmd/postgres/postgresql-8.4/postgresql-8.4.1/src/backend/bootstrap/
Makefile 24 ifdef BISON
25 $(BISON) $(BISONFLAGS) -o $@ $<
27 @$(missing) bison $< $@
  /sfw/usr/src/cmd/bison/bison-2.3/
Makefile.am 25 aclocal_DATA = m4/bison-i18n.m4
  /sfw/usr/src/cmd/doxygen/doxygen-1.5.7.1/addon/doxywizard/
doxywizard.t 17 YACC = bison
  /sfw/usr/src/cmd/doxygen/doxygen-1.5.7.1/
configure 84 --bison | -bison)
111 [--perl name] [--flex name] [--bison name] [--make name]
127 --bison name Use \`name' as the name of the GNU compiler generator
452 # - check for bison ------------------------------------------------------------
454 echo -n " Checking for bison... "
460 if test -x "$j/bison"; then
462 bison_prog="$j/bison"
  /sfw/usr/src/cmd/doxygen/doxygen-1.5.7.1/src/
libdoxycfg.t 20 YACC = bison
  /sfw/usr/src/cmd/simplewbem/cimple-1.2.4/src/mof/
Makefile 54 bison -d -p MOF_ -o MOF_Yacc.cpp MOF.y
61 bison -d -p REF_ -o REF_Yacc.cpp REF.y

Completed in 1800 milliseconds

1 2 3 4 5 6 7 8 91011