| /freebsd/sys/ |
| H A D | Makefile | 21 cscope: cscope.out target 22 cscope.out: ${.CURDIR}/cscope.files 23 cd ${.CURDIR}; cscope -k -buq -p4 -v 25 ${.CURDIR}/cscope.files: .PHONY 29 cscope-clean: 31 rm -f cscope.files cscope.out cscope.in.out cscope.po.out 40 HG_HOOK=if [ \$$HG_ERROR -eq 0 ]; then cd sys && make -m ../share/mk cscope; fi 41 cscope-hook: 53 TAGS ${.CURDIR}/TAGS: ${.CURDIR}/cscope.files 55 cd ${.CURDIR}; xargs etags -a < ${.CURDIR}/cscope.files [all …]
|
| /freebsd/ |
| H A D | .gitignore | 21 cscope.files 22 cscope.in.out 23 cscope.out 24 cscope.po.out
|
| /freebsd/sys/modules/mrsas/ |
| H A D | Makefile | 22 rm -f cscope* 24 cscope: clean_cscope target 25 /usr/local/bin/cscope -b *.[ch]
|
| /freebsd/cddl/usr.sbin/zfsd/ |
| H A D | Makefile.common | 30 cscope: 32 > ${.CURDIR}/cscope.files 33 cd ${.CURDIR} && cscope -buq ${INCFLAGS}
|
| /freebsd/contrib/openbsm/ |
| H A D | Makefile.in | 143 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 cscopelist 508 done >> $(top_builddir)/cscope.files 512 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files [all …]
|
| /freebsd/contrib/file/ |
| H A D | Makefile.in | 170 cscope distdir distdir-am dist dist-all distcheck 538 cscope: cscope.files 539 test ! -s cscope.files \ 540 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 541 clean-cscope: 542 -rm -f cscope.files 543 cscope.files: clean-cscope cscopelist 558 done >> $(top_builddir)/cscope.files 562 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 871 am--refresh check check-am clean clean-cscope clean-generic \ [all …]
|
| /freebsd/contrib/openpam/ |
| H A D | Makefile.in | 144 cscope distdir distdir-am dist dist-all distcheck 510 cscope: cscope.files 511 test ! -s cscope.files \ 512 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 513 clean-cscope: 514 -rm -f cscope.files 515 cscope.files: clean-cscope cscopelist 530 done >> $(top_builddir)/cscope.files 534 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 840 am--refresh check check-am clean clean-cscope clean-generic \ [all …]
|
| /freebsd/usr.bin/vi/catalog/ |
| H A D | ru_RU.UTF-8.base | 297 309 "Используйте \"cscope help\" для помощи" 298 310 "Нет запущенного cscope соединения" 300 312 "%d: нет такого cscope сеанса"
|
| H A D | zh_CN.UTF-8.base | 297 309 "使用 \"cscope help\" 查看帮助" 298 310 "没有正在运行的 cscope 连接" 300 312 "%d: 无此 cscope 会话"
|
| H A D | uk_UA.UTF-8.base | 298 309 "Введіть 'cscope help' для інформації" 299 310 "Немає cscope з'єднаннь" 301 312 "%d: немає такої сесії cscope"
|
| H A D | dutch.UTF-8.base | 298 309 "Gebruik \"cscope help\" voor uitleg" 299 310 "Nog geen cscope connectie aanwezig" 301 312 "%d: onbekende cscope sessie"
|
| H A D | german.UTF-8.base | 298 309 "Verwende \"cscope help\" für Hilestellung" 299 310 "Keine cscope Verbindung aktiv" 301 312 "%d: keine solche cscope Verbindung"
|
| H A D | polish.UTF-8.base | 298 309 "Użyj \"cscope help\" w celu uzyskania pomocy" 299 310 "Brak aktywnych połączeń cscope" 301 312 "%d: brak takiej sesji cscope"
|
| H A D | swedish.UTF-8.base | 298 309 "Gör \"cscope help\" för hjälp" 299 310 "Inga cscope kopplingar körs" 301 312 "%d: ingen sådan cscope session"
|
| H A D | french.UTF-8.base | 298 309 "Utiliser \"cscope help\" pour obtenir de l'aide" 299 310 "Aucune connexion cscope n'est lancée" 301 312 "%d : Il n'existe pas de telle session cscope"
|
| /freebsd/contrib/lib9p/ |
| H A D | Makefile | 24 cscope: .PHONY target 25 cd ${.CURDIR}; cscope -buq $$(find . -name '*.[ch]' -print)
|
| /freebsd/contrib/expat/ |
| H A D | Makefile.in | 222 cscope distdir distdir-am dist dist-all distcheck 714 cscope: cscope.files 715 test ! -s cscope.files \ 716 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 717 clean-cscope: 718 -rm -f cscope.files 719 cscope.files: clean-cscope cscopelist 734 done >> $(top_builddir)/cscope.files 738 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 1051 am--refresh check check-am clean clean-cscope clean-generic \ [all …]
|
| /freebsd/contrib/ntp/ |
| H A D | Makefile.in | 176 cscope distdir distdir-am dist dist-all distcheck 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 cscopelist 758 done >> $(top_builddir)/cscope [all...] |
| /freebsd/contrib/ntp/sntp/ |
| H A D | Makefile.in | 267 cscope distdir distdir-am dist dist-all distcheck 1143 cscope: cscope.files 1144 test ! -s cscope.files \ 1145 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 1146 clean-cscope: 1147 -rm -f cscope.files 1148 cscope.files: clean-cscope cscopelist 1163 done >> $(top_builddir)/cscope [all...] |
| /freebsd/sys/modules/ocs_fc/ |
| H A D | Makefile | 43 CLEANFILES += ${PROG}.debug ${PROG}.symbols cscope.*
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | c-lang | 102 0 string cscope cscope reference data
|
| /freebsd/contrib/nvi/catalog/ |
| H A D | dutch.base | 298 309 "Gebruik \"cscope help\" voor uitleg" 299 310 "Nog geen cscope connectie aanwezig" 301 312 "%d: onbekende cscope sessie"
|
| H A D | tr_TR.UTF-8.base | 290 309 "Yardım için \"cscope help\" kullanın" 291 310 "Çalışan bir cscope bağlantısı yok" 293 312 "%d: Böyle bir cscope oturumu yok"
|
| /freebsd/contrib/libevent/ |
| H A D | Makefile.in | 663 CSCOPE = cscope 664 AM_RECURSIVE_TARGETS = cscope check recheck 2366 cscope: cscope.files 2367 test ! -s cscope.files \ 2368 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 2369 clean-cscope: 2370 -rm -f cscope.files 2371 cscope.files: clean-cscope cscopelist 2386 done >> $(top_builddir)/cscope.files 2390 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files [all …]
|
| /freebsd/contrib/ntp/sntp/libevent/ |
| H A D | Makefile.in | 661 AM_RECURSIVE_TARGETS = cscope check recheck 2374 cscope: cscope.files 2375 test ! -s cscope.files \ 2376 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 2377 clean-cscope: 2378 -rm -f cscope.files 2379 cscope.files: clean-cscope cscopelist 2394 done >> $(top_builddir)/cscope [all...] |