Searched refs:cscope (Results 1 – 25 of 110) sorted by relevance
12345
26 cscope: cscope.out target27 cscope.out: ${.CURDIR}/cscope.files28 cd ${.CURDIR}; cscope -k -buq -p4 -v30 ${.CURDIR}/cscope.files: .PHONY34 cscope-clean:35 rm -f cscope.files cscope.out cscope.in.out cscope.po.out44 HG_HOOK=if [ \$$HG_ERROR -eq 0 ]; then cd sys && make -m ../share/mk cscope; fi45 cscope-hook:57 TAGS ${.CURDIR}/TAGS: ${.CURDIR}/cscope.files59 cd ${.CURDIR}; xargs etags -a < ${.CURDIR}/cscope.files[all …]
24 rm -f cscope*26 cscope: clean_cscope target27 /usr/local/bin/cscope -b *.[ch]
133 cscope distdir dist dist-all distcheck154 CSCOPE = cscope476 cscope: cscope.files477 test ! -s cscope.files \478 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)479 clean-cscope:480 -rm -f cscope.files481 cscope.files: clean-cscope cscopelist496 done >> $(top_builddir)/cscope.files500 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files[all …]
139 cscope distdir dist dist-all distcheck160 CSCOPE = cscope472 cscope: cscope.files473 test ! -s cscope.files \474 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)475 clean-cscope:476 -rm -f cscope.files477 cscope.files: clean-cscope cscopelist492 done >> $(top_builddir)/cscope.files496 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files[all …]
93 cscope distdir dist dist-all distcheck96 CSCOPE = cscope440 cscope: cscope.files441 test ! -s cscope.files \442 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)444 clean-cscope:445 -rm -f cscope.files447 cscope.files: clean-cscope cscopelist-recursive cscopelist461 done >> $(top_builddir)/cscope.files465 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files[all …]
297 309 "Используйте \"cscope help\" для помощи"298 310 "Нет запущенного cscope соединения"300 312 "%d: нет такого cscope сеанса"
297 309 "使用 \"cscope help\" 查看帮助"298 310 "没有正在运行的 cscope 连接"300 312 "%d: 无此 cscope 会话"
298 309 "Введіть 'cscope help' для інформації"299 310 "Немає cscope з'єднаннь"301 312 "%d: немає такої сесії cscope"
298 309 "Gebruik \"cscope help\" voor uitleg"299 310 "Nog geen cscope connectie aanwezig"301 312 "%d: onbekende cscope sessie"
298 309 "Verwende \"cscope help\" für Hilestellung"299 310 "Keine cscope Verbindung aktiv"301 312 "%d: keine solche cscope Verbindung"
298 309 "Użyj \"cscope help\" w celu uzyskania pomocy"299 310 "Brak aktywnych połączeń cscope"301 312 "%d: brak takiej sesji cscope"
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"
174 cscope distdir dist dist-all distcheck195 CSCOPE = cscope739 cscope: cscope.files740 test ! -s cscope.files \741 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)742 clean-cscope:743 -rm -f cscope.files744 cscope.files: clean-cscope cscopelist759 done >> $(top_builddir)/cscope.files763 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files[all …]
259 cscope distdir dist dist-all distcheck280 CSCOPE = cscope1129 cscope: cscope.files1130 test ! -s cscope.files \1131 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)1132 clean-cscope:1133 -rm -f cscope.files1134 cscope.files: clean-cscope cscopelist1149 done >> $(top_builddir)/cscope.files1153 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files[all …]
49 0 string cscope cscope reference data
22 CLEANFILES+= *~ cscope.*
51 struct uni_ie_cscope cscope; member
52 CLEANFILES+= ident.c *.o *~ *.gz cscope.*
38 internal.h mach_exc.h *Server.h *~ cscope.*
514 CSCOPE = cscope515 AM_RECURSIVE_TARGETS = cscope check recheck1936 cscope: cscope.files1937 test ! -s cscope.files \1938 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)1939 clean-cscope:1940 -rm -f cscope.files1941 cscope.files: clean-cscope cscopelist1956 done >> $(top_builddir)/cscope.files1960 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files[all …]
69 CLEANFILES+= cscope.* vm_map.h *User.c
58 internal.h mach_exc.h *Server.h *~ cscope.*
203 if(IE_ISGOOD(src->cscope)) in copy_msg_setup()204 dst->cscope = src->cscope; in copy_msg_setup()