Searched refs:grammar (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/libpcap/msdos/
H A Dmakefile.dj14 PREREQUISITES = scanner.c grammar.c tokdefs.h version.h msdos/pkt_stub.inc
25 SOURCES = grammar.c scanner.c bpf/net/bpf_filter.c bpf_image.c bpf_dump.c \
83 grammar.c tokdefs.h: grammar.y
84 rm -f grammar.c tokdefs.h
85 $(YACC) --name-prefix=pcap_ --yacc --defines grammar.y
86 mv -f y.tab.c grammar.c
113 grammar.c tokdefs.h: grammar.y
114 grammar
[all...]
H A Dmakefile.wc27 OBJS = $(OBJDIR)\grammar.obj $(OBJDIR)\scanner.obj $(OBJDIR)\pcap.obj &
65 grammar.c tokdefs.h: grammar.y
67 - @del grammar.c
69 ren y_tab.c grammar.c
86 @del grammar.c
111 $(OBJDIR)\grammar.obj: grammar.c pcap-int.h pcap.h pcap-bpf.h gencode.h &
H A Dmakefile24 SOURCE = grammar.c scanner.c bpf_filt.c bpf_imag.c bpf_dump.c \
65 grammar.c tokdefs.h: grammar.y
66 bison --name-prefix=pcap_ --yacc --defines grammar.y
67 - @del grammar.c
69 ren y_tab.c grammar.c
97 @del grammar.c
121 grammar.obj: grammar.c pcap-int.h pcap.h pcap-bpf.h gencode.h \
159 grammar
[all...]
/freebsd-11-stable/cddl/usr.sbin/dtrace/tests/common/
H A DMakefile27 grammar \
/freebsd-11-stable/contrib/libpcap/
H A DMakefile.in96 GENSRC = scanner.c grammar.c
151 scanner.h grammar.h
269 grammar.y \
480 scanner.o: scanner.c grammar.h
483 grammar.c: $(srcdir)/grammar.y
484 $(YACC) -p pcap_ -o grammar.c -d $<
485 grammar.h: grammar.c
488 rm -f grammar
[all...]
H A Dconfigure8151 # grammar.y.
8158 if $YACC -p pcap_ -o /dev/null $srcdir/grammar.y >/dev/null 2>&1; then
/freebsd-11-stable/usr.sbin/ypldap/
H A Dparse.y114 grammar : /* empty */ label
115 | grammar '\n'
116 | grammar include '\n'
117 | grammar varset '\n'
118 | grammar directory '\n'
119 | grammar main '\n'
120 | grammar error '\n' { file->errors++; }
/freebsd-11-stable/usr.bin/yacc/tests/
H A DMakefile76 FILEStest+= grammar.y
253 FILEStest_yacc+= grammar.dot
254 FILEStest_yacc+= grammar.error
255 FILEStest_yacc+= grammar.output
256 FILEStest_yacc+= grammar.tab.c
257 FILEStest_yacc+= grammar.tab.h
/freebsd-11-stable/contrib/byacc/package/
H A Dbyacc.spec16 This package provides a parser generator utility that reads a grammar
H A Dmingw-byacc.spec16 This package provides a parser generator utility that reads a grammar
/freebsd-11-stable/lib/libpcap/
H A DMakefile18 grammar.y \
170 tokdefs.h: grammar.h .NOMETA
/freebsd-11-stable/contrib/byacc/test/
H A Drun_test.sh162 ${TEST_DIR}/grammar*)
/freebsd-11-stable/targets/pseudo/tests/
H A DMakefile.depend59 cddl/usr.sbin/dtrace/tests/common/grammar \
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c[all...]

Completed in 462 milliseconds