Home
last modified time | relevance | path

Searched refs:YACC (Results 1 – 25 of 25) sorted by relevance

/external/selinux/checkpolicy/
DMakefile11 YACC = bison -y macro
48 $(YACC) -d policy_parse.y
/external/ltp/include/mk/
Dconfig.mk.in32 YACC := @YACC@
/external/one-true-awk/
Dmakefile39 YACC = bison -d macro
58 $(YACC) $(YFLAGS) awkgram.y
DChangeLog3 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/
DMakefile31 YACC = bison macro
104 $(YACC) $(YFLAGS) -o $@ $<
/external/ipsec-tools/src/libipsec/
DMakefile.in83 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/
DMakefile.netware67 YACC = bison -y
/external/libnl/
Dconfigure.ac76 AC_CHECK_PROGS(YACC, 'bison -y')
141 if test -z "$YACC"; then
DMakefile.am291 $(AM_V_GEN) $(YACC) -d $(YFLAGS) -o $@ $<
303 $(AM_V_GEN) $(YACC) -d $(YFLAGS) -o $@ $<
/external/ipsec-tools/src/include-glibc/
DMakefile.in120 YACC = @YACC@
/external/libpcap/
Dgrammar.y.in28 * 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,
DMakefile.in82 YACC = @YACC@
533 $(YACC) -p pcap_ -o grammar.c -d $<
Dconfigure.ac1745 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 …]
Dconfigure1472 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 …]
DINSTALL.md40 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
DCMakeLists.txt2018 # 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
DCHANGES214 Fix to work with Berkeley YACC.
/external/e2fsprogs/intl/
DMakefile.in88 YACC = @INTLBISON@ -y -d
/external/libpcap/msdos/
Dmakefile.dj85 $(YACC) --name-prefix=pcap_ --yacc --defines grammar.y
/external/ipsec-tools/src/racoon/
DMakefile.in112 YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)
114 --mode=compile $(YACC) $(YFLAGS) $(AM_YFLAGS)
205 YACC = @YACC@
/external/curl/packages/DOS/
Dcommon.dj114 YACC = bison -y
/external/e2fsprogs/lib/ss/
DMakefile.in109 $(YACC) -d $(srcdir)/ct.y
/external/libpcap/doc/
DREADME.Win32.md109 Berkeley YACC parser generators to generate the parser for filter
/external/libxkbcommon/
Dmeson.build175 error('Could not find a compatible YACC program (bison or byacc)')
/external/elfutils/src/
DChangeLog1406 * Makefile.am (YACC): Removed.