Searched refs:YACC (Results 1 – 25 of 25) sorted by relevance
/external/selinux/checkpolicy/ |
D | Makefile | 11 YACC = bison -y macro 48 $(YACC) -d policy_parse.y
|
/external/ltp/include/mk/ |
D | config.mk.in | 32 YACC := @YACC@
|
/external/one-true-awk/ |
D | makefile | 39 YACC = bison -d macro 58 $(YACC) $(YFLAGS) awkgram.y
|
D | ChangeLog | 3 By fiat, we use bison for $(YACC). Trying to accommodate 7 with awkgram.tab.* and simplify definition of YACC. 320 * makefile (YACC): Use bison.
|
/external/selinux/libsemanage/src/ |
D | Makefile | 31 YACC = bison macro 104 $(YACC) $(YFLAGS) -o $@ $<
|
/external/ipsec-tools/src/libipsec/ |
D | Makefile.in | 83 YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS) 85 --mode=compile $(YACC) $(YFLAGS) $(AM_YFLAGS) 169 YACC = @YACC@
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
D | Makefile.netware | 67 YACC = bison -y
|
/external/libnl/ |
D | configure.ac | 76 AC_CHECK_PROGS(YACC, 'bison -y') 141 if test -z "$YACC"; then
|
D | Makefile.am | 291 $(AM_V_GEN) $(YACC) -d $(YFLAGS) -o $@ $< 303 $(AM_V_GEN) $(YACC) -d $(YFLAGS) -o $@ $<
|
/external/ipsec-tools/src/include-glibc/ |
D | Makefile.in | 120 YACC = @YACC@
|
/external/libpcap/ |
D | grammar.y.in | 28 * This doesn't appear to work in Berkeley YACC - 1.9 20170709; it still 31 * The Berkeley YACC documentation: 114 * Both Berkeley YACC and Bison define yydebug (under whatever name 116 * Berkeley YACC define it even if YYDEBUG isn't defined; declare it 124 * In Berkeley YACC, yynerrs (under whatever name it has) is global,
|
D | Makefile.in | 82 YACC = @YACC@ 533 $(YACC) -p pcap_ -o grammar.c -d $<
|
D | configure.ac | 1745 case "$YACC" in 1749 # Make sure this is Berkeley YACC, not AT&T YACC; the latter 1752 # Berkeley YACC, but will (probably) fail with various 1753 # vendor flavors of AT&T YACC. 1756 if $YACC -V >/dev/null 2>&1; then 1762 AC_MSG_ERROR([$YACC is insufficient to compile libpcap. 1763 libpcap requires Bison, a newer version of Berkeley YACC with support 1764 for reentrant parsers, or another YACC compatible with them.]) 1768 # Berkeley YACC doesn't support "%define api.pure", so use 1779 …bison_major_version=`$YACC -V | sed -n 's/.* \(@<:@1-9@:>@@<:@0-9@:>@*\)\.@<:@1-9@:>@@<:@0-9.@:>@*… [all …]
|
D | configure | 1472 YFLAGS The list of arguments that will be passed by default to $YACC. 8539 if test -n "$YACC"; then 8540 ac_cv_prog_YACC="$YACC" # Let the user override the test. 8559 YACC=$ac_cv_prog_YACC 8560 if test -n "$YACC"; then 8561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5 8562 $as_echo "$YACC" >&6; } 8569 test -n "$YACC" && break 8571 test -n "$YACC" || YACC="yacc" 8574 case "$YACC" in [all …]
|
D | INSTALL.md | 40 You will need either Bison, Berkeley YACC, or a version of YACC 44 https://ftp.gnu.org/gnu/bison/ and the current version of Berkeley YACC
|
D | CMakeLists.txt | 2018 # Flex/Lex and YACC/Berkeley YACC/Bison. 2056 # Try to find YACC or Bison. 2065 # Berkeley YACC doesn't support "%define api.pure", so use
|
D | CHANGES | 214 Fix to work with Berkeley YACC.
|
/external/e2fsprogs/intl/ |
D | Makefile.in | 88 YACC = @INTLBISON@ -y -d
|
/external/libpcap/msdos/ |
D | makefile.dj | 85 $(YACC) --name-prefix=pcap_ --yacc --defines grammar.y
|
/external/ipsec-tools/src/racoon/ |
D | Makefile.in | 112 YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS) 114 --mode=compile $(YACC) $(YFLAGS) $(AM_YFLAGS) 205 YACC = @YACC@
|
/external/curl/packages/DOS/ |
D | common.dj | 114 YACC = bison -y
|
/external/e2fsprogs/lib/ss/ |
D | Makefile.in | 109 $(YACC) -d $(srcdir)/ct.y
|
/external/libpcap/doc/ |
D | README.Win32.md | 109 Berkeley YACC parser generators to generate the parser for filter
|
/external/libxkbcommon/ |
D | meson.build | 175 error('Could not find a compatible YACC program (bison or byacc)')
|
/external/elfutils/src/ |
D | ChangeLog | 1406 * Makefile.am (YACC): Removed.
|