/external/libpcap/ |
INSTALL.txt | 48 If you use bison, you must use flex (and visa versa). The configure 49 script automatically falls back to lex and yacc if both flex and bison 53 bison. The list of problems includes undefined references for alloca. 55 and bison with: 57 ./configure --without-flex --without-bison 61 map the yy* identifiers with a script, we use flex and bison so we 228 Another workaround is to use flex and bison. 249 If linking tcpdump fails with "Undefined: _alloca" when using bison on 250 a Sun4, your version of bison is broken. In any case version 1.16 or 254 ftp://ftp.gnu.org/pub/gnu/bison [all...] |
aclocal.m4 | 358 dnl Check for bison, default to yacc 359 dnl Default to lex/yacc if both flex and bison are not available 360 dnl Define the yy prefix string if using flex and bison 370 dnl $3 (optional flex and bison -P prefix) 374 AC_ARG_WITH(bison, [ --without-bison don't use bison]) 399 AC_CHECK_PROGS($2, bison, yacc) 401 if test "$$2" = bison ; then 405 AC_MSG_WARN(don't have both flex and bison; reverting to lex/yacc [all...] |
/external/bison/tests/ |
torture.at | 1 # Torturing Bison. -*- Autotest -*- 143 # I tried 3000, a 29Mb grammar file, but then my system killed bison. 147 AT_CHECK([bison -v -o input.c input.y]) 242 # bison input.y 730.56s user 0.53s sys 99% cpu 12:12.34 total 252 AT_CHECK([bison -v -o input.c input.y]) 376 AT_CHECK([bison -v -o input.c input.y]) 436 AT_CHECK([bison -o input.c input.y])
|
glr-regression.at | 94 AT_CHECK([[bison -o glr-regr1.c glr-regr1.y]], 0, [], 210 AT_CHECK([[bison -o glr-regr2a.c glr-regr2a.y]], 0, [], 320 AT_CHECK([[bison -o glr-regr3.c glr-regr3.y]], 0, [], 334 ## <http://lists.gnu.org/archive/html/help-bison/2005-07/msg00013.html>. ## 415 AT_CHECK([[bison -o glr-regr4.c glr-regr4.y]], 0, [], 429 ## <http://lists.gnu.org/archive/html/bison-patches/2005-08/msg00016.html>. ## 485 AT_CHECK([[bison -o glr-regr5.c glr-regr5.y]], 0, [], 499 ## <http://lists.gnu.org/archive/html/bison-patches/2005-08/msg00029.html>. ## 547 AT_CHECK([[bison -o glr-regr6.c glr-regr6.y]], 0, [], 563 ## <http://lists.gnu.org/archive/html/bison-patches/2005-08/msg00035.html>. # [all...] |
testsuite | 304 at_tested='bison' 496 echo "$as_me (GNU Bison 2.3)" 644 Report bugs to <bug-bison@gnu.org>. 652 GNU Bison 2.3 test suite test groups: 734 ## GNU Bison 2.3 test suite. ## 740 ## GNU Bison 2.3 test suite. ## 959 echo "input.at:37: bison input.y" 961 ( $at_traceon; bison input.y ) >$at_stdout 2>$at_stder1 1008 echo "input.at:55: bison input.y" 1010 ( $at_traceon; bison input.y ) >$at_stdout 2>$at_stder [all...] |
Makefile.in | 40 $(srcdir)/atlocal.in $(srcdir)/bison.in 42 am__aclocal_m4_deps = $(top_srcdir)/m4/bison-i18n.m4 \ 74 CONFIG_CLEAN_FILES = atlocal bison 218 check_SCRIPTS = bison 253 bison: $(top_builddir)/config.status $(srcdir)/bison.in
|
actions.at | 27 # Bison once forgot the mid-rule actions. It was because the action 75 AT_CHECK([bison -d -v -o input.c input.y]) 150 AT_CHECK([bison -d -v -o input.c input.y], 0) 164 # _AT_CHECK_PRINTER_AND_DESTRUCTOR($1, $2, $3, $4, BISON-DIRECTIVE, UNION-FLAG) 172 # helping macros. So don't put any directly in the Bison file. 359 [AT_CHECK([bison -o input.cc input.y]) 361 [AT_CHECK([bison -o input.c input.y]) 510 # AT_CHECK_PRINTER_AND_DESTRUCTOR([BISON-OPTIONS], [UNION-FLAG], [SKIP_FLAG])
|
existing.at | 1 # Exercising Bison on actual grammars. -*- Autotest -*- 32 # Bison was once wrong, due to an incorrect computation of nullable. 356 AT_CHECK([[bison --verbose --defines input.y]]) 368 # Bison was once wrong, due to an incorrect computation of the RR conflicts. 958 AT_CHECK([[bison --verbose --defines input.y]], 0, [], 984 # Bison once reported shift/reduce conflicts that it shouldn't have. 1523 AT_CHECK([[bison --verbose --defines input.y]], 0, [], [])
|
/external/e2fsprogs/intl/ |
plural.c | 1 /* A Bison parser, made from plural.y 2 by GNU bison 1.35. */ 4 #define YYBISON 1 /* Identify Bison output. */ 40 /* The bison generated parser uses alloca. AIX 3 forces us to put this 41 declaration at the beginning of the file. The declaration in bison's 159 /* YYTRANSLATE(YYLEX) -- Bison token number corresponding to YYLEX. */ 162 /* YYTRANSLATE[YYLEX] -- Bison token number corresponding to YYLEX. */ 299 #line 3 "/usr/local/share/bison/bison.simple" 301 /* Skeleton output parser for bison, [all...] |
plural.y | 21 /* The bison generated parser uses alloca. AIX 3 forces us to put this 22 declaration at the beginning of the file. The declaration in bison's 134 token, to save space in the array generated by bison. */
|
/external/bison/ |
config.h | 310 #define PACKAGE "bison" 313 #define PACKAGE_BUGREPORT "bug-bison@gnu.org" 316 #define PACKAGE_NAME "GNU Bison" 319 #define PACKAGE_STRING "GNU Bison 2.3" 322 #define PACKAGE_TARNAME "bison" 344 /* Define to 1 to internationalize bison runtime messages. */
|
config.status | 262 This file was extended by GNU Bison $as_me 2.3, which was 274 config_files=" runtime-po/Makefile.in tests/Makefile tests/atlocal tests/bison Makefile build-aux/Makefile po/Makefile.in data/Makefile examples/Makefile examples/calc++/Makefile lib/Makefile src/Makefile doc/Makefile" 305 GNU Bison config.status 2.3 307 with options \"'--prefix' '/home/phanna/src/bison'\" 386 echo "running /bin/sh ./configure " '--prefix' '/home/phanna/src/bison' $ac_configure_extra_args " --no-create --no-recursion" >&6 387 exec /bin/sh ./configure '--prefix' '/home/phanna/src/bison' $ac_configure_extra_args --no-create --no-recursion 410 "tests/bison" ) CONFIG_FILES="$CONFIG_FILES tests/bison" ;; 478 s,@PACKAGE_NAME@,GNU Bison,;t t 479 s,@PACKAGE_TARNAME@,bison,;t [all...] |
THANKS | 0 Bison was originally written by Robert Corbett. It would not be what 20 Cris Bailiff c.bailiff+bison@awayweb.com
|
/external/bison/data/ |
c.m4 | 3 # C M4 Macros for Bison. 29 [/* A Bison parser, made by GNU Bison b4_version. */ 51 part or all of the Bison parser skeleton and distribute that work 57 Bison output files to be licensed under the GNU General Public 61 version 2.2 of Bison. */]) 67 [/* Identify Bison output. */ 70 /* Bison version. */
|
glr.cc | 3 # C++ GLR skeleton for Bison 219 b4_copyright([Skeleton interface for Bison GLR parsers in C++], 286 /// A Bison parser.
|
/external/elfutils/m4/ |
gettext.m4 | 537 dnl intl/plural.c is generated from intl/plural.y. It requires bison, 538 dnl because plural.y uses bison specific features. It requires at least 539 dnl bison-1.26 because earlier versions generate a plural.c that doesn't 541 dnl bison is only needed for the maintainer (who touches plural.y). But in 545 dnl sometimes fire. To avoid an error, defines BISON to ":" if it is not 547 AC_CHECK_PROGS([INTLBISON], [bison]) 552 AC_MSG_CHECKING([version of bison]) 554 ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
|
/external/bison/src/ |
LR0.c | 1 /* Generate the nondeterministic finite state machine 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
|
files.c | 1 /* Open and close files 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 it 13 Bison is distributed in the hope that it will be useful, but 19 along with Bison; see the file COPYING. If not, write to the Free
|
gram.c | 1 /* Allocate input grammar variables 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
|
lalr.c | 1 /* Compute look-ahead criteria 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.c | 1 /* Muscle table manager 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
|
parse-gram.y | 1 %{/* Bison Grammar Parser -*- C -*- 5 This file is part of Bison, the GNU Compiler Compiler. 85 /* Bison's grammar can initial empty locations, hence a default 403 /* As a Bison extension, one can use the grammar declarations in the 574 complain_at (*loc, "require bison %s, but have %s",
|
state.c | 1 /* Type definitions for nondeterministic finite state machine 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
|
/ndk/sources/host-tools/sed-4.2.1/ |
ABOUT-NLS | 201 bison | [] [] | 202 bison-runtime | [] | 379 bison | [] [] [] [] [] [] | 380 bison-runtime | [] [] [] [] [] | [all...] |
/docs/source.android.com/src/source/ |
initializing.md | 69 $ sudo apt-get install git-core gnupg flex bison gperf build-essential \ 147 If using Mac OS 10.4, also install bison: 149 $ POSIXLY_CORRECT=1 sudo port install bison
|