Searched refs:cscope (Results 1 - 25 of 97) sorted by relevance

1234

/freebsd-13-stable/sys/
H A DMakefile3 # Directories to include in cscope name file and TAGS.
25 # You need the devel/cscope port for this.
26 cscope: cscope.out
27 cscope.out: ${.CURDIR}/cscope.files
28 cd ${.CURDIR}; cscope -k -buq -p4 -v
30 ${.CURDIR}/cscope.files: .PHONY
34 cscope-clean:
36 rm -f cscope
[all...]
/freebsd-13-stable/sys/modules/mrsas/
H A DMakefile24 rm -f cscope*
26 cscope: clean_cscope
27 /usr/local/bin/cscope -b *.[ch]
/freebsd-13-stable/cddl/usr.sbin/zfsd/
H A DMakefile.common31 cscope:
33 > ${.CURDIR}/cscope.files
34 cd ${.CURDIR} && cscope -buq ${INCFLAGS}
/freebsd-13-stable/contrib/lib9p/
H A DMakefile24 cscope: .PHONY
25 cd ${.CURDIR}; cscope -buq $$(find . -name '*.[ch]' -print)
/freebsd-13-stable/sys/modules/ocs_fc/
H A DMakefile44 CLEANFILES += ${PROG}.debug ${PROG}.symbols cscope.*
/freebsd-13-stable/sys/contrib/ngatm/netnatm/msg/
H A Duni_ie.h51 struct uni_ie_cscope cscope; member in union:uni_ieall
H A Duni_msg.h105 struct uni_ie_cscope cscope; member in struct:uni_setup
/freebsd-13-stable/contrib/expat/
H A DMakefile.in211 cscope distdir distdir-am dist dist-all distcheck
232 CSCOPE = cscope
625 cscope: cscope.files
626 test ! -s cscope.files \
627 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
628 clean-cscope:
629 -rm -f cscope.files
630 cscope.files: clean-cscope cscopelis
[all...]
/freebsd-13-stable/contrib/file/
H A DMakefile.in169 cscope distdir distdir-am dist dist-all distcheck
190 CSCOPE = cscope
532 cscope: cscope.files
533 test ! -s cscope.files \
534 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
535 clean-cscope:
536 -rm -f cscope.files
537 cscope.files: clean-cscope cscopelis
[all...]
/freebsd-13-stable/contrib/openbsm/
H A DMakefile.in143 cscope distdir dist dist-all distcheck
163 CSCOPE = cscope
488 cscope: cscope.files
489 test ! -s cscope.files \
490 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
491 clean-cscope:
492 -rm -f cscope.files
493 cscope.files: clean-cscope cscopelis
[all...]
/freebsd-13-stable/contrib/openpam/
H A DMakefile.in143 cscope distdir distdir-am dist dist-all distcheck
164 CSCOPE = cscope
493 cscope: cscope.files
494 test ! -s cscope.files \
495 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
496 clean-cscope:
497 -rm -f cscope.files
498 cscope.files: clean-cscope cscopelis
[all...]
/freebsd-13-stable/contrib/sqlite3/
H A DMakefile.in221 CSCOPE = cscope
222 AM_RECURSIVE_TARGETS = cscope
694 cscope: cscope.files
695 test ! -s cscope.files \
696 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
697 clean-cscope:
698 -rm -f cscope.files
699 cscope.files: clean-cscope cscopelis
[all...]
/freebsd-13-stable/contrib/ntp/
H A DMakefile.in176 cscope distdir dist dist-all distcheck
197 CSCOPE = cscope
739 cscope: cscope.files
740 test ! -s cscope.files \
741 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
742 clean-cscope:
743 -rm -f cscope.files
744 cscope.files: clean-cscope cscopelis
[all...]
/freebsd-13-stable/contrib/ntp/sntp/
H A DMakefile.in259 cscope distdir dist dist-all distcheck
280 CSCOPE = cscope
1123 cscope: cscope.files
1124 test ! -s cscope.files \
1125 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
1126 clean-cscope:
1127 -rm -f cscope.files
1128 cscope.files: clean-cscope cscopelis
[all...]
/freebsd-13-stable/contrib/libevent/
H A DMakefile.in588 CSCOPE = cscope
589 AM_RECURSIVE_TARGETS = cscope check recheck
2126 cscope: cscope.files
2127 test ! -s cscope.files \
2128 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
2129 clean-cscope:
2130 -rm -f cscope.files
2131 cscope.files: clean-cscope cscopelis
[all...]
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A DMakefile.in514 CSCOPE = cscope
515 AM_RECURSIVE_TARGETS = cscope check recheck
1942 cscope: cscope.files
1943 test ! -s cscope.files \
1944 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
1945 clean-cscope:
1946 -rm -f cscope.files
1947 cscope.files: clean-cscope cscopelis
[all...]
/freebsd-13-stable/sys/contrib/ngatm/netnatm/sig/
H A Dsig_unimsgcpy.c203 if(IE_ISGOOD(src->cscope))
204 dst->cscope = src->cscope;
/freebsd-13-stable/sys/contrib/ngatm/netnatm/api/
H A Dcc_conn.c873 setup->setup.cscope = conn->cscope;
1336 conn->cscope = ind->setup.cscope;
H A Dccpriv.h261 struct uni_ie_cscope cscope; member in struct:ccconn
/freebsd-13-stable/contrib/file/python/
H A DMakefile.in290 cscope cscopelist:
/freebsd-13-stable/contrib/bc/
H A DMakefile.in394 @$(RM) -f cscope.*
/freebsd-13-stable/sys/contrib/openzfs/
H A DMakefile.am210 -o -type f -name '*.[hc]' -print >cscope.files
/freebsd-13-stable/contrib/openpam/misc/
H A DMakefile.in301 cscope cscopelist:
/freebsd-13-stable/contrib/expat/doc/
H A DMakefile.in413 cscope cscopelist:
/freebsd-13-stable/contrib/openbsm/bin/
H A DMakefile.in446 done >> $(top_builddir)/cscope.files

Completed in 271 milliseconds

1234