/external/ipsec-tools/src/racoon/ |
prsa_par.h | 2 /* A Bison parser, made by GNU Bison 2.4.1. */ 4 /* Skeleton interface for Bison's Yacc-like parsers in C 23 part or all of the Bison parser skeleton and distribute that work 29 Bison output files to be licensed under the GNU General Public 33 version 2.2 of Bison. */
|
/external/bison/djgpp/ |
config.sed | 40 /@list=/ s,\\\$(INFO_DEPS),& bison.i,\ 41 /@for *file/ s,\\\$(INFO_DEPS),& bison.i,\ 57 echo "bison\\$(EXEEXT) -y %1 %2 %3 %4 %5 %6 %7 %8 %9" >\\$@\ 118 # write absolute paths into Makefiles and bison.in 123 am_missing_run=`echo "$am_missing_run" | sed 's%/dev.*/bison[-_0-9]\\{1,1\\}[-.0-9A-z]*%${top_srcdir}%;s%.:.*/bison[-_0-9]\\{1,1\\}[-.0-9A-z]*%${top_srcdir}%'` 126 install_sh=`echo "$install_sh" | sed 's%/dev.*/bison[-_0-9]\\{1,1\\}[-.0-9A-z]*%${top_srcdir}%;s%.:.*/bison[-_0-9]\\{1,1\\}[-.0-9A-z]*%${top_srcdir}%'` 135 ac_abs_builddir=`echo "$ac_abs_builddir" | sed "s%/dev.*/bison[-_0-9]\\{1,1\\}[-.0-9A-z]*/[^/]*%../../.%;s%.:.*/bison[-_0-9]\\{1,1\\}[-.0-9A-z]*/[^/]*%../../.%" [all...] |
djunpack.bat | 6 Rem This batch file unpacks the Bison distribution while simultaneously
29 Rem djunpack bison-XYZ.tar.gz
31 Rem djunpack bison-XYZ.tar.bz2
55 sed "1{s/^.*bison-/djtar -x -p -o bison-/;s|$|djgpp/fnchange.lst %%1 > fnchange.tmp|};2,$d" top_src.dir > ext_list.bat
63 sed "1{s|^.*bison-|s/@V@/bison-|;s|$|g|};2,$d" top_src.dir > version.sed
|
/external/bison/src/ |
uniqstr.h | 5 This file is part of Bison, the GNU Compiler Compiler. 7 Bison is free software; you can redistribute it and/or modify 12 Bison is distributed in the hope that it will be useful, 18 along with Bison; see the file COPYING. If not, write to
|
derives.c | 1 /* Match rules with nonterminals for bison, 6 This file is part of Bison, the GNU Compiler Compiler. 8 Bison is free software; you can redistribute it and/or modify 13 Bison is distributed in the hope that it will be useful, 19 along with Bison; see the file COPYING. If not, write to
|
muscle_tab.h | 1 /* Muscle table manager for Bison, 4 This file is part of Bison, the GNU Compiler Compiler. 6 Bison is free software; you can redistribute it and/or modify 11 Bison is distributed in the hope that it will be useful, 17 along with Bison; see the file COPYING. If not, write to
|
nullable.c | 1 /* Calculate which nonterminals can expand into the null string for Bison. 6 This file is part of Bison, the GNU Compiler Compiler. 8 Bison is free software; you can redistribute it and/or modify 13 Bison is distributed in the hope that it will be useful, 19 along with Bison; see the file COPYING. If not, write to
|
vcg_defaults.h | 1 /* VCG description handler for Bison. 5 This file is part of Bison, the GNU Compiler Compiler. 7 Bison is free software; you can redistribute it and/or modify 12 Bison is distributed in the hope that it will be useful, 18 along with Bison; see the file COPYING. If not, write to
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
generate_glslang_parser.sh | 12 bison --no-lines --skeleton=yacc.c --defines=$output_header --output=$output_source $input_file
|
/external/bison/lib/ |
libiberty.h | 1 /* Fake libiberty.h for Bison. 19 /* Bison depends on libiberty's implementation of bitsets, which
|
/external/webkit/Tools/EWSTools/ |
ubuntu-ews-packages | 8 bison 51 bison
|
/external/bison/doc/ |
bison.texinfo | 3 @setfilename bison.info 5 @settitle Bison @value{VERSION} 16 @c This feature is experimental and may change in future Bison versions. 33 This manual is for @acronym{GNU} Bison (version @value{VERSION}, 57 * bison: (bison). @acronym{GNU} parser generator (Yacc replacement). 61 @title Bison 63 @subtitle @value{UPDATED}, Bison Version @value{VERSION} 84 @top Bison 92 how you can copy and share Bison [all...] |
Makefile.in | 43 am__aclocal_m4_deps = $(top_srcdir)/m4/bison-i18n.m4 \ 78 INFO_DEPS = $(srcdir)/bison.info 81 DVIS = bison.dvi 82 PDFS = bison.pdf 83 PSS = bison.ps 84 HTMLS = bison.html 85 TEXINFOS = bison.texinfo 221 info_TEXINFOS = bison.texinfo 222 man_MANS = bison.1 224 EXTRA_DIST = bison.1 refcard.te [all...] |
refcard.tex | 1 % Bison Quick Reference 24 % This file is part of Bison. 26 % Bison is free software; you can redistribute them and/or modify them 31 % Bison is distributed in the hope that it will be useful, but WITHOUT 37 % along with either Flex or Bison; see the file COPYING. If not, write 69 \def\bisonversion{1.31} % the bison version 74 \def\version{\month\ \year, Bison Refcard Version \refcardversion} 89 \centerline{for Bison \bisonversion} 114 \centerline{for Bison \bisonversion} 305 % ** BISON ** [all...] |
/external/bison/ |
configure.ac | 1 # Configure template for GNU Bison. -*-Autoconf-*- 27 AC_INIT([GNU Bison], [2.3], [bug-bison@gnu.org]) 125 AC_CONFIG_FILES([tests/bison], [chmod +x tests/bison])
|
OChangeLog | 15 * src/bison.simple: Add a Bison version comment. 19 (bison.s1): Substitute the Bison version into bison.simple. 46 * src/bison.simple: Use malloc, if using alloca is troublesome. 55 * src/bison.simple [_AIX]: Don't include malloc.h. 59 * src/bison.simple (alloca) [__hpux]: Always define as 64 * src/bison.simple (__yy_memcpy): Declare arg `count' as unsigned 68 * src/bison.simple (alloca) [__hpux]: Include alloca.h (right fo [all...] |
Makefile.cfg | 1 # Customize Makefile.maint for Bison. -*- makefile -*- 32 ftp://$(gnu_rel_host).gnu.org/gnu/bison
|
/external/bison/build-aux/ |
Makefile | 19 pkgdatadir = $(datadir)/bison 20 pkglibdir = $(libdir)/bison 21 pkgincludedir = $(includedir)/bison 43 am__aclocal_m4_deps = $(top_srcdir)/m4/bison-i18n.m4 \ 79 ACLOCAL = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run aclocal-1.9 82 AMTAR = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run tar 83 AUTOCONF = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run autoconf 84 AUTOHEADER = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run autoheader 85 AUTOM4TE = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run autom4te 86 AUTOMAKE = ${SHELL} /usr/local/google/workspace/WebKit/tools/bison-2.3/build-aux/missing --run automake-1. [all...] |
/external/bison/tests/ |
regression.at | 0 # Bison Regressions. -*- Autotest -*- 44 AT_CHECK([bison -o input.c input.y]) 83 AT_CHECK([bison -o input.c input.y]) 98 [[/* Bison used to swallow the character after `}'. */ 105 AT_CHECK([bison -v -o input.c input.y]) 120 [[/* `Bison -v' used to dump core when two tokens are defined with the same 132 AT_CHECK([bison -v -o input.c input.y], 0, [], 177 AT_CHECK([bison -o input.c -v input.y]) 299 AT_CHECK([bison -v -o input.c input.y]) 322 AT_CHECK([bison input.y], [1], [] [all...] |
atlocal | 2 # Configurable variable values for Bison test suite.
|
atlocal.in | 2 # Configurable variable values for Bison test suite.
|
headers.at | 0 # Bison Parser Headers. -*- Autotest -*- 39 AT_CHECK([bison --defines input.y]) 70 AT_CHECK([bison --defines=$1.h --output=y.tab.c $1.y]) 114 AT_CHECK([bison --defines -o input.c input.y])
|
sets.at | 1 # Exercising Bison Grammar Sets. -*- Autotest -*- 22 # Extract the information about the grammar sets from a bison 81 AT_CHECK([[bison --trace=sets input.y]], [], [], [stderr]) 117 # It resulted in bison dumping core on the following grammar (the 165 AT_CHECK([[bison --trace=sets input.y]], [], [], [stderr]) 211 AT_CHECK([[bison --trace=sets input.y]], [], [], [stderr]) 263 # In some weird cases Bison could compute an incorrect final state 281 AT_CHECK([[bison -v -o input.c input.y]])
|
/external/webkit/Source/WebCore/WebCore.gyp/scripts/ |
rule_bison.py | 37 # OUTPUT_DIR is where the bison-generated .cpp and .h files should be placed. 56 # The generated .h will be in a different location depending on the bison 72 returnCode = subprocess.call(['bison', '-d', '-p', prefix, inputFile, '-o', outputCpp]) 75 # Find the name that bison used for the generated header file.
|
/external/webkit/ |
bison_check.mk | 7 LOCAL_BISON := $(HOST_OUT_EXECUTABLES)/bison$(HOST_EXECUTABLES_SUFFIX)
|