Searched refs:TAGS (Results 1 - 25 of 199) sorted by relevance

12345678

/freebsd-11-stable/share/mk/
H A Dbsd.links.mk8 .if !defined(TAGS) || ! ${TAGS:Mpackage=*}
9 TAGS+= package=${PACKAGE}
11 TAG_ARGS= -T ${TAGS:[*]:S/ /,/g}
H A Dbsd.incs.mk12 .if !defined(TAGS) || ! ${TAGS:Mpackage=*}
13 TAGS+= package=${PACKAGE:Uruntime}
15 TAG_ARGS= -T ${TAGS:[*]:S/ /,/g}
H A Dbsd.files.mk35 .if !defined(${group}TAGS) || ! ${${group}TAGS:Mpackage=*}
36 ${group}TAGS+= package=${${group}PACKAGE:Uruntime}
38 ${group}TAG_ARGS= -T ${${group}TAGS:[*]:S/ /,/g}
H A Dbsd.doc.mk85 .if !defined(TAGS) || ! ${TAGS:Mpackage=*}
86 TAGS+= package=${PACKAGE:Uruntime}
88 TAG_ARGS= -T ${TAGS:[*]:S/ /,/g}
H A Dbsd.prog.mk52 .if !defined(TAGS) || ! ${TAGS:Mpackage=*}
53 TAGS+= package=${PACKAGE:Uruntime}
55 TAG_ARGS= -T ${TAGS:[*]:S/ /,/g}
/freebsd-11-stable/sys/
H A DMakefile3 # Directories to include in cscope name file and TAGS.
58 TAGS ${.CURDIR}/TAGS: ${.CURDIR}/cscope.files
59 rm -f ${.CURDIR}/TAGS
62 .if !(make(cscope) || make(cscope-clean) || make(cscope-hook) || make(TAGS))
/freebsd-11-stable/contrib/groff/
H A DMakefile.lib17 TAGS: $(CCSRCS) $(CSRCS)
H A DMakefile.cpg22 TAGS: TAGS_src
H A DMakefile.ccpg22 TAGS: TAGS_src
/freebsd-11-stable/contrib/less/
H A Dprompt.c210 #if TAGS
216 #if TAGS
232 #if TAGS
318 #if TAGS
341 #if TAGS
380 #if TAGS
H A Dmain.c47 #if TAGS
254 #if TAGS
H A Dforwback.c42 #if TAGS
266 #if TAGS
/freebsd-11-stable/contrib/libstdc++/
H A DMakefile.am67 # automake-generated TAGS rule. Make a simple one here.
68 TAGS: tags-recursive $(LISP)
/freebsd-11-stable/contrib/ncurses/form/
H A DMakefile.in154 @MAKE_UPPER_TAGS@TAGS:
158 -rm -f core tags TAGS *~ *.bak *.i *.ln *.atac trace
/freebsd-11-stable/contrib/ncurses/include/
H A DMakefile.in123 @MAKE_UPPER_TAGS@TAGS:
127 -rm -f core tags TAGS *~ *.bak *.i *.ln *.atac trace
/freebsd-11-stable/contrib/ncurses/menu/
H A DMakefile.in160 @MAKE_UPPER_TAGS@TAGS:
164 -rm -f core tags TAGS *~ *.bak *.i *.ln *.atac trace
/freebsd-11-stable/contrib/ncurses/panel/
H A DMakefile.in153 @MAKE_UPPER_TAGS@TAGS:
157 -rm -f core tags TAGS *~ *.bak *.i *.ln *.atac trace
/freebsd-11-stable/usr.bin/less/
H A Ddefines.h63 * TAGS is 1 if you wish to support tag files.
65 #define TAGS (!SECURE) macro
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dmaint-tool132 open(TAGS, "TAGS");
133 while (<TAGS>) {
136 $filename = <TAGS>;
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dmaint-tool132 open(TAGS, "TAGS");
133 while (<TAGS>) {
136 $filename = <TAGS>;
/freebsd-11-stable/contrib/ncurses/man/
H A DMakefile.in76 -rm -f core tags TAGS *~ *.bak *.ln *.atac trace
/freebsd-11-stable/contrib/ncurses/misc/
H A DMakefile.in151 @MAKE_UPPER_TAGS@TAGS :
157 -rm -f core tags TAGS *~ *.bak *.ln *.atac trace
/freebsd-11-stable/contrib/byacc/
H A Dmakefile.in141 - rm -f tags TAGS
164 @MAKE_UPPER_TAGS@TAGS: $(H_FILES) $(C_FILES)
/freebsd-11-stable/contrib/binutils/
H A DMakefile.in1274 .PHONY: do-TAGS
1275 do-TAGS:
1279 $(MAKE) $(RECURSE_FLAGS_TO_PASS) TAGS-host \
1280 TAGS-target
1283 .PHONY: TAGS-host
1285 TAGS-host: maybe-TAGS-ash
1286 TAGS-host: maybe-TAGS-autoconf
1287 TAGS
[all...]
/freebsd-11-stable/libexec/rtld-elf/
H A DMakefile13 TAGS+= lib32

Completed in 168 milliseconds

12345678