HomeSort by: relevance | last modified time | path
    Searched refs:YACC (Results 1 - 25 of 71) sorted by relevancy

1 2 3

  /src/external/bsd/ipf/bin/ipnat/
Makefile 16 ${YACC} -d ${.ALLSRC}
  /src/external/gpl2/groff/
Makefile.inc 108 ${YACC.y} -o ${.TARGET} ${.IMPSRC}
  /src/external/gpl3/gcc/usr.bin/host-libcpp/
Makefile 22 YACC=${YACC:Q}
  /src/external/gpl3/gcc.old/usr.bin/host-libcpp/
Makefile 20 YACC=${YACC:Q}
  /src/external/bsd/byacc/dist/test/
run_make.sh 23 REF_DIR=${TEST_DIR}/yacc
114 bison -Wno-other -Wno-conflicts-sr -Wconflicts-rr -y -Wno-yacc run_make.y
139 YACC=
140 for name in /usr/ccs/bin/yacc
144 YACC=$name
148 if test -n "$YACC"
150 echo "** compare with $YACC"
178 $YACC run_make.y
run_test.sh 19 -e "s%$YACC_escaped%YACC%" \
20 -e "s%^yacc\>%YACC%" \
21 -e "s%YACC:.*option.*$%YACC: error message%" \
22 -e "s%yacc:.*option.*$%YACC: error message%" \
23 -e "s%^Usage: yacc\>%Usage: YACC%" \
29 -e 's,\(YACC:.* line [0-9][0-9]* of "\)'"$TEST_DIR/"',\1./,'
    [all...]
  /src/external/bsd/ipf/bin/ipftest/
Makefile 36 ${YACC} -b ipnat -d ${.ALLSRC}
61 ${YACC} -b ippool -d ${.ALLSRC}
84 ${YACC} -b ipf -d ${.ALLSRC}
  /src/tools/m4/bootstrap/
Makefile 12 ${YACC} -d ${DIST}/parser.y
  /src/share/mk/
sys.mk 130 YACC?= yacc
132 YACC.y?= ${YACC} ${YFLAGS}
236 # Yacc
238 ${YACC.y} ${.IMPSRC}
242 ${YACC.y} ${.IMPSRC}
245 ${YACC.y} ${.IMPSRC}
bsd.hostprog.mk 162 # Override YACC/LEX rules so nbtool_config.h can be forced as the 1st include
173 ${YACC.y} -o ${.TARGET} ${.IMPSRC}
  /src/external/bsd/flex/dist/examples/manual/
Makefile.examples 13 YACC = bison -d -y
26 $(YACC) expr.y
31 $(YACC) front.y
  /src/external/gpl3/gdb/dist/gdb/
silent-rules.mk 16 ECHO_YACC = @echo " YACC $@";
  /src/external/gpl3/gdb.old/dist/gdb/
silent-rules.mk 16 ECHO_YACC = @echo " YACC $@";
  /src/external/bsd/ipf/bin/ipf/
Makefile 18 ${YACC} -d ${.ALLSRC}
  /src/external/bsd/ipf/bin/ipmon/
Makefile 16 ${YACC} -d ${.ALLSRC}
  /src/external/bsd/ipf/bin/ippool/
Makefile 16 ${YACC} -d ${.ALLSRC}
  /src/external/bsd/ipf/bin/ipsend/
Makefile 30 ${YACC} -d ${.ALLSRC}
  /src/crypto/external/bsd/heimdal/dist/lib/com_err/
NTMakefile 75 $(YACC) -o $@ --defines=$(OBJ)\parse.h parse.y
  /src/crypto/external/bsd/heimdal/dist/lib/sl/
NTMakefile 46 $(YACC) -o $@ --defines=$(@R).h slc-gram.y
  /src/external/gpl2/grep/dist/intl/
Makefile 51 YACC = bison -y -d
99 $(YACC) $(YFLAGS) --output $@ $<
  /src/external/gpl3/gdb.old/dist/gdb/config/djgpp/
djconfig.sh 147 export YACC="bison -y"
  /src/external/historical/nawk/dist/
makefile 38 # By fiat, to make our lives easier, yacc is now defined to be bison.
40 # YACC = yacc -d -b awkgram
41 YACC = bison -d
60 $(YACC) $(YFLAGS) awkgram.y
  /src/external/gpl3/gdb/dist/gdb/config/djgpp/
djconfig.sh 147 export YACC="bison -y"
  /src/sys/external/bsd/acpica/dist/generate/unix/iasl/
Makefile 306 # Function to safely execute yacc:
313 $(YACC) $(YFLAGS) -v -d -p$(1) "$(abspath $(2))" &&\
335 @echo "- " $(YACC) " "$<
343 @echo "- " $(YACC) " "$<
351 @echo "- " $(YACC) " "$<
359 @echo "- " $(YACC) " "$<
  /src/sys/external/bsd/acpica/dist/generate/unix/
Makefile.config 274 # -y: act like yacc
279 # Optional for Bison/yacc:
283 # Berkeley yacc configuration
285 #YACC= byacc
288 YACC= bison

Completed in 23 milliseconds

1 2 3