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

1234

/freebsd-11.0-release/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:
35 rm -f cscope
[all...]
/freebsd-11.0-release/sys/modules/mrsas/
H A DMakefile24 rm -f cscope*
26 cscope: clean_cscope
27 /usr/local/bin/cscope -b *.[ch]
/freebsd-11.0-release/cddl/usr.sbin/zfsd/
H A DMakefile.common39 cscope:
41 > ${.CURDIR}/cscope.files
42 cd ${.CURDIR} && cscope -buq ${INCFLAGS}
/freebsd-11.0-release/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-11.0-release/contrib/openbsm/
H A DMakefile.in93 cscope distdir dist dist-all distcheck
96 CSCOPE = cscope
440 cscope: cscope.files
441 test ! -s cscope.files \
442 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
444 clean-cscope:
445 -rm -f cscope.files
447 cscope.files: clean-cscope cscopelis
[all...]
/freebsd-11.0-release/contrib/openpam/
H A DMakefile.in133 cscope distdir dist dist-all distcheck
154 CSCOPE = cscope
476 cscope: cscope.files
477 test ! -s cscope.files \
478 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
479 clean-cscope:
480 -rm -f cscope.files
481 cscope.files: clean-cscope cscopelis
[all...]
/freebsd-11.0-release/contrib/file/
H A DMakefile.in139 cscope distdir dist dist-all distcheck
160 CSCOPE = cscope
472 cscope: cscope.files
473 test ! -s cscope.files \
474 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
475 clean-cscope:
476 -rm -f cscope.files
477 cscope.files: clean-cscope cscopelis
[all...]
/freebsd-11.0-release/contrib/sqlite3/
H A DMakefile.in221 CSCOPE = cscope
222 AM_RECURSIVE_TARGETS = cscope
696 cscope: cscope.files
697 test ! -s cscope.files \
698 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
699 clean-cscope:
700 -rm -f cscope.files
701 cscope.files: clean-cscope cscopelis
[all...]
/freebsd-11.0-release/contrib/ntp/
H A DMakefile.in175 cscope distdir dist dist-all distcheck
196 CSCOPE = cscope
738 cscope: cscope.files
739 test ! -s cscope.files \
740 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
741 clean-cscope:
742 -rm -f cscope.files
743 cscope.files: clean-cscope cscopelis
[all...]
/freebsd-11.0-release/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-11.0-release/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-11.0-release/sys/contrib/ngatm/netnatm/sig/
H A Dsig_unimsgcpy.c203 if(IE_ISGOOD(src->cscope))
204 dst->cscope = src->cscope;
/freebsd-11.0-release/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-11.0-release/contrib/file/python/
H A DMakefile.in287 cscope cscopelist:
/freebsd-11.0-release/contrib/openbsm/bin/
H A DMakefile.in397 done >> $(top_builddir)/cscope.files
/freebsd-11.0-release/contrib/openbsm/bsm/
H A DMakefile.in352 done >> $(top_builddir)/cscope.files
/freebsd-11.0-release/contrib/openbsm/man/
H A DMakefile.in366 cscope cscopelist:
/freebsd-11.0-release/contrib/openbsm/modules/
H A DMakefile.in394 done >> $(top_builddir)/cscope.files
/freebsd-11.0-release/contrib/openbsm/sys/
H A DMakefile.in394 done >> $(top_builddir)/cscope.files
/freebsd-11.0-release/contrib/openbsm/sys/bsm/
H A DMakefile.in359 done >> $(top_builddir)/cscope.files
/freebsd-11.0-release/contrib/openbsm/test/
H A DMakefile.in394 done >> $(top_builddir)/cscope.files
/freebsd-11.0-release/contrib/openbsm/test/bsm/
H A DMakefile.in397 done >> $(top_builddir)/cscope.files
/freebsd-11.0-release/contrib/openbsm/tools/
H A DMakefile.in397 done >> $(top_builddir)/cscope.files

Completed in 322 milliseconds

1234