Searched refs:BISON (Results 1 – 25 of 28) sorted by relevance
12
/external/bison/m4/ |
D | bison-i18n.m4 | 20 echo "The BISON-I18N macro is used without being preceded by AM-GNU-GETTEXT." 1>&2 27 dnl AC_PROG_YACC sets the YACC variable; other macros set the BISON variable. 30 dnl YACC's default value is empty; BISON's default value is :. 31 if (${YACC-${BISON-:}} --print-localedir) >/dev/null 2>&1; then 32 BISON_LOCALEDIR=`${YACC-${BISON-:}} --print-localedir`
|
/external/bison/examples/calc++/ |
D | Makefile.am | 21 BISON = $(top_builddir)/tests/bison macro 24 $(BISON): $(BISON_IN) 66 $(AM_V_at)$(BISON) -d -ra -S lalr1.cc -o $(srcdir)/calc++-parser.cc \
|
D | Makefile.in | 1386 BISON = $(top_builddir)/tests/bison 1843 $(BISON): $(BISON_IN) 1861 $(AM_V_at)$(BISON) -d -ra -S lalr1.cc -o $(srcdir)/calc++-parser.cc \
|
/external/bison/tests/ |
D | calc.at | 28 # _AT_DATA_CALC_Y($1, $2, $3, [BISON-DIRECTIVES]) 371 # AT_DATA_CALC_Y([BISON-OPTIONS]) 381 # _AT_CHECK_CALC(BISON-OPTIONS, INPUT, [NUM-STDERR-LINES]) 385 # If BISON-OPTIONS contains `%debug' but not `%glr-parser', then 400 # _AT_CHECK_CALC_ERROR(BISON-OPTIONS, EXIT-STATUS, INPUT, 412 # If BISON-OPTIONS contains `%location', then make sure the ERROR-LOCATION 415 # If BISON-OPTIONS contains `%error-verbose', then make sure the 419 # If BISON-OPTIONS contains `%debug' but not `%glr', then NUM-STDERR-LINES 482 # AT_CHECK_CALC([BISON-OPTIONS]) 485 # BISON-OPTIONS, and performs several tests over the parser. [all …]
|
D | java.at | 26 # _AT_DATA_JAVA_CALC_Y($1, $2, $3, [BISON-DIRECTIVES]) 207 # AT_DATA_CALC_Y([BISON-OPTIONS]) 215 # _AT_CHECK_JAVA_CALC_ERROR(BISON-OPTIONS, INPUT, 251 # _AT_CHECK_JAVA_CALC([BISON-DIRECTIVES], [BISON-CODE]) 254 # BISON-DIRECTIVES, and performs several tests over the parser. 343 # AT_CHECK_JAVA_CALC([BISON-DIRECTIVES]) 346 # BISON-DIRECTIVES, and performs several tests over the parser.
|
D | local.at | 101 # AT_BISON_OPTION_PUSHDEFS([BISON-OPTIONS]) 108 # _AT_BISON_OPTION_PUSHDEFS($1, $2, [BISON-OPTIONS]) 754 # BISON-STDERR, TABLES-OR-LAST-STATE, 775 # BISON-STDERR.
|
D | reduce.at | 447 # BISON-STDERR, TABLES, 515 dnl BISON-STDERR 731 dnl BISON-STDERR 978 dnl BISON-STDERR 1271 dnl BISON-STDERR
|
D | regression.at | 841 # _AT_DATA_DANCER_Y(BISON-OPTIONS) 921 # AT_CHECK_DANCER(BISON-OPTIONS) 946 # _AT_DATA_EXPECT2_Y(BISON-OPTIONS) 1005 # AT_CHECK_EXPECT2(BISON-OPTIONS)
|
D | torture.at | 380 # AT_DATA_STACK_TORTURE(C-PROLOGUE, [BISON-DECLS])
|
D | existing.at | 23 # BISON-STDERR, LAST-STATE, LALR1-DIFF, 428 dnl BISON-STDERR 1369 dnl BISON-STDERR 1953 dnl BISON-STDERR
|
D | actions.at | 355 # BISON-DIRECTIVE, UNION-FLAG) 734 # AT_CHECK_PRINTER_AND_DESTRUCTOR([BISON-OPTIONS], [UNION-FLAG], [SKIP_FLAG])
|
/external/bison/etc/ |
D | README | 7 Set the envvars BISON and CC to the programs and flags you want to 11 BISON=_build/tests/bison CC='gcc -O2' ./bench.pl
|
/external/bison/src/ |
D | Makefile.am | 20 BISON = ../tests/bison macro 23 YACC = $(BISON) -y
|
D | Makefile.in | 1360 YACC = $(BISON) -y 1424 BISON = ../tests/bison
|
/external/mdnsresponder/mDNSPosix/ |
D | Makefile | 58 BISON = @bison macro
|
/external/bison/data/ |
D | bison.m4 | 323 # b4_check_user_names(WHAT, USER-LIST, BISON-NAMESPACE) 327 # namespace BISON-NAMESPACE). 342 # The macro BISON-NAMESPACE(bar) must be defined iff the name bar of type WHAT 346 # For example, to use b4_foo_bison_names for BISON-NAMESPACE and define that 353 # b4_foo_user_names, with BISON-NAMESPACE b4_foo_bison_names, and with correct
|
/external/bison/runtime-po/ |
D | it.po | 1 # ITALIAN TRANSLATION OF BISON-RUNTIME
|
/external/chromium_org/third_party/mesa/src/configs/ |
D | current.in | 72 BISON = @YACC@
|
D | default | 40 BISON = bison
|
/external/mesa3d/configs/ |
D | current.in | 72 BISON = @YACC@
|
D | default | 40 BISON = bison
|
/external/bison/doc/ |
D | refcard.tex | 302 % ** BISON **
|
D | bison.info | 1934 BISON DECLARATIONS 3150 BISON DECLARATIONS 3188 BISON DECLARATIONS. This allows you to have C and Bison declarations 3474 The BISON DECLARATIONS section contains declarations that define
|
/external/libexif/auto-m4/ |
D | gettext.m4 | 441 dnl sometimes fire. To avoid an error, defines BISON to ":" if it is not
|
/external/e2fsprogs/ |
D | aclocal.m4 | 464 dnl sometimes fire. To avoid an error, defines BISON to ":" if it is not
|
12