| /NextBSD/sys/conf/ |
| HD | systags.sh | 38 rm -f tags tags.tmp tags.cfiles tags.sfiles tags.hfiles 60 ctags -t -d -w `cat tags.cfiles tags.hfiles tags.sfiles` 61 egrep "^ENTRY\(.*\)|^ALTENTRY\(.*\)" `cat tags.sfiles` | \ 62 sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$/;" >> tags 64 mv tags tags.tmp 65 sort -u tags.tmp > tags 66 rm tags.tmp tags.cfiles tags.sfiles tags.hfiles
|
| /NextBSD/sys/i386/ |
| HD | Makefile | 21 (cd $$i && { rm -f tags; ln -s ../${TAGDIR}/tags tags; }) done 23 (cd $$i && { rm -f tags; ln -s ../../${TAGDIR}/tags tags; }) done 25 (cd $$i && { rm -f tags; ln -s ../tags tags; }) done 33 tags:: target 37 >> tags 38 sort -o tags tags 39 chmod 444 tags
|
| /NextBSD/sys/amd64/ |
| HD | Makefile | 21 (cd $$i && { rm -f tags; ln -s ../${TAGDIR}/tags tags; }) done 23 (cd $$i && { rm -f tags; ln -s ../../${TAGDIR}/tags tags; }) done 25 (cd $$i && { rm -f tags; ln -s ../tags tags; }) done 34 tags:: target 38 >> tags 39 sort -o tags tags 40 chmod 444 tags
|
| /NextBSD/contrib/serf/ |
| HD | CHANGES | 1 Serf 1.3.8 [2014-10-20, from /tags/1.3.8, rxxxx] 7 Serf 1.3.7 [2014-08-11, from /tags/1.3.7, r2411] 11 Serf 1.3.6 [2014-06-09, from /tags/1.3.6, r2372] 16 Serf 1.3.5 [2014-04-27, from /tags/1.3.5, r2355] 23 Serf 1.3.4 [2014-02-08, from /tags/1.3.4, r2310] 30 Serf 1.3.3 [2013-12-09, from /tags/1.3.3, r2242] 36 Serf 1.3.2 [2013-10-04, from /tags/1.3.2, r2195] 58 Serf 1.3.1 [2013-08-15, from /tags/1.3.1, r2138] 78 Serf 1.3.0 [2013-07-23, from /tags/1.3.0, r2074] 94 Serf 1.2.1 [2013-06-03, from /tags/1.2.1, r1906] [all …]
|
| /NextBSD/sys/dev/aic7xxx/ |
| HD | aic79xx_osm.h | 158 bus_space_read_1((ahd)->tags[(port) >> 8], \ 162 bus_space_write_1((ahd)->tags[(port) >> 8], \ 166 aic_le16toh(bus_space_read_2((ahd)->tags[(port) >> 8], \ 170 bus_space_write_2((ahd)->tags[(port) >> 8], \ 175 bus_space_write_multi_1((ahd)->tags[(port) >> 8], \ 180 bus_space_read_multi_1((ahd)->tags[(port) >> 8], \
|
| HD | ahd_pci.c | 176 ahd->tags[0] = rman_get_bustag(regs); in ahd_pci_map_registers() 178 ahd->tags[1] = ahd->tags[0]; in ahd_pci_map_registers() 179 error = bus_space_subregion(ahd->tags[0], ahd->bshs[0], in ahd_pci_map_registers() 213 ahd->tags[0] = rman_get_bustag(regs); in ahd_pci_map_registers() 226 ahd->tags[1] = rman_get_bustag(regs2); in ahd_pci_map_registers()
|
| /NextBSD/usr.bin/vi/catalog/ |
| HD | zh_CN.UTF-8.base | 152 159 "tags 栈上的记录少于 %s 条;用 :display t[ags] 显示它们" 153 160 "tags 栈上不存在文件 %s,无法返回;用 :display t[ags] 查看" 158 165 "tags 栈为空" 245 255 "已位于这组 tags 中的第一个" 272 282 "已位于这组 tags 中的最后一个"
|
| /NextBSD/contrib/dialog/ |
| HD | dialog.c | 694 int tags = howmany_tags(av + 5, MENUBOX_TAGS); in call_menu() local 695 *offset_add = 5 + tags * MENUBOX_TAGS; in call_menu() 702 tags, av + 5); in call_menu() 708 int tags = howmany_tags(av + 5, MENUBOX_TAGS); in call_inputmenu() local 724 *offset_add = 5 + tags * MENUBOX_TAGS; in call_inputmenu() 730 tags, av + 5); in call_inputmenu() 741 int tags = howmany_tags(av + 5, CHECKBOX_TAGS); in call_checklist() local 744 *offset_add = 5 + tags * CHECKBOX_TAGS; in call_checklist() 750 tags, av + 5, FLAG_CHECK); in call_checklist() 757 int tags = howmany_tags(av + 5, CHECKBOX_TAGS); in call_radiolist() local [all …]
|
| /NextBSD/tools/tools/npe/npestats/ |
| HD | main.c | 46 } tags[] = { variable 56 for (i = 0; i < nitems(tags); i++) in getfmt() 57 if (strcasecmp(tags[i].tag, tag) == 0) in getfmt() 58 return tags[i].fmt; in getfmt()
|
| /NextBSD/tools/tools/ath/athstats/ |
| HD | main.c | 58 } tags[] = { variable 74 for (i = 0; i < nitems(tags); i++) in getfmt() 75 if (strcasecmp(tags[i].tag, tag) == 0) in getfmt() 76 return tags[i].fmt; in getfmt()
|
| /NextBSD/tools/tools/ath/athaggrstats/ |
| HD | main.c | 59 } tags[] = { variable 69 for (i = 0; i < nitems(tags); i++) in getfmt() 70 if (strcasecmp(tags[i].tag, tag) == 0) in getfmt() 71 return tags[i].fmt; in getfmt()
|
| /NextBSD/contrib/less/ |
| HD | tags.c | 18 public char *tags = ztags; variable 145 if (strcmp(tags, "GTAGS") == 0) in gettagtype() 147 if (strcmp(tags, "GRTAGS") == 0) in gettagtype() 149 if (strcmp(tags, "GSYMS") == 0) in gettagtype() 151 if (strcmp(tags, "GPATH") == 0) in gettagtype() 153 if (strcmp(tags, "-") == 0) in gettagtype() 155 f = open(tags, OPEN_READ); in gettagtype() 283 p = shell_unquote(tags); 495 tags = ztags;
|
| HD | optfunc.c | 61 extern char *tags; 342 tags = save(s); 346 if (tags != NULL && tags != ztags) 347 free(tags); 348 tags = lglob(s); 351 parg.p_string = tags;
|
| /NextBSD/contrib/bmake/mk/ |
| HD | dep.mk | 109 .if !target(tags) 111 tags: ${SRCS} _SUBDIRUSE 113 sed "s;\${.CURDIR}/;;" > tags 115 tags: 123 rm -f .depend ${.CURDIR}/tags
|
| /NextBSD/contrib/libstdc++/libmath/ |
| D | Makefile.in | 334 tags: TAGS 338 tags=; \ 346 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 349 $$tags $$unique; \ 354 tags=; \ 362 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 364 $$tags $$unique 371 distclean-tags: 372 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 437 distclean-libtool distclean-tags [all …]
|
| /NextBSD/contrib/openbsm/sys/ |
| HD | Makefile.in | 79 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ 307 tags-recursive: 309 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 328 tags: TAGS 330 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 396 distclean-tags: 397 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 495 distclean-am: clean-am distclean-generic distclean-tags 557 tags-recursive 562 distclean distclean-generic distclean-libtool distclean-tags \ [all …]
|
| /NextBSD/contrib/openbsm/modules/ |
| HD | Makefile.in | 79 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ 307 tags-recursive: 309 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 328 tags: TAGS 330 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 396 distclean-tags: 397 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 495 distclean-am: clean-am distclean-generic distclean-tags 557 tags-recursive 562 distclean distclean-generic distclean-libtool distclean-tags \ [all …]
|
| /NextBSD/contrib/openbsm/test/ |
| HD | Makefile.in | 79 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ 307 tags-recursive: 309 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 328 tags: TAGS 330 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 396 distclean-tags: 397 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 495 distclean-am: clean-am distclean-generic distclean-tags 557 tags-recursive 562 distclean distclean-generic distclean-libtool distclean-tags \ [all …]
|
| /NextBSD/contrib/openbsm/bin/ |
| HD | Makefile.in | 83 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ 310 tags-recursive: 312 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 331 tags: TAGS 333 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 399 distclean-tags: 400 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 498 distclean-am: clean-am distclean-generic distclean-tags 560 tags-recursive 565 distclean distclean-generic distclean-libtool distclean-tags \ [all …]
|
| /NextBSD/contrib/gcclibs/libmudflap/ |
| HD | Makefile.in | 527 tags-recursive: 529 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 544 tags: TAGS 546 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 548 tags=; \ 560 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ 569 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 572 $$tags $$unique; \ 577 tags=; \ 585 test -z "$(CTAGS_ARGS)$$tags$$unique" \ [all …]
|
| /NextBSD/contrib/openpam/lib/ |
| HD | Makefile.in | 113 tags-recursive uninstall-recursive 369 tags: tags-recursive 370 TAGS: tags 372 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 429 distclean-tags: 430 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 528 distclean-am: clean-am distclean-generic distclean-tags 593 distclean-tags distdir dvi dvi-am html html-am info info-am \ 601 ps ps-am tags tags-am uninstall uninstall-am
|
| /NextBSD/contrib/openpam/bin/ |
| HD | Makefile.in | 115 tags-recursive uninstall-recursive 371 tags: tags-recursive 372 TAGS: tags 374 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 431 distclean-tags: 432 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 530 distclean-am: clean-am distclean-generic distclean-tags 595 distclean-tags distdir dvi dvi-am html html-am info info-am \ 603 ps ps-am tags tags-am uninstall uninstall-am
|
| /NextBSD/contrib/openpam/include/ |
| HD | Makefile.in | 113 tags-recursive uninstall-recursive 369 tags: tags-recursive 370 TAGS: tags 372 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 429 distclean-tags: 430 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 528 distclean-am: clean-am distclean-generic distclean-tags 593 distclean-tags distdir dvi dvi-am html html-am info info-am \ 601 ps ps-am tags tags-am uninstall uninstall-am
|
| /NextBSD/contrib/openpam/modules/ |
| HD | Makefile.in | 114 tags-recursive uninstall-recursive 370 tags: tags-recursive 371 TAGS: tags 373 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 430 distclean-tags: 431 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 529 distclean-am: clean-am distclean-generic distclean-tags 594 distclean-tags distdir dvi dvi-am html html-am info info-am \ 602 ps ps-am tags tags-am uninstall uninstall-am
|
| /NextBSD/contrib/openpam/doc/ |
| HD | Makefile.in | 113 tags-recursive uninstall-recursive 369 tags: tags-recursive 370 TAGS: tags 372 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 429 distclean-tags: 430 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 528 distclean-am: clean-am distclean-generic distclean-tags 593 distclean-tags distdir dvi dvi-am html html-am info info-am \ 601 ps ps-am tags tags-am uninstall uninstall-am
|