Searched refs:tags (Results 51 - 75 of 923) sorted by relevance

1234567891011>>

/netbsd-current/sys/arch/sparc/
H A DMakefile3 # Makefile for sparc tags file and boot blocks
5 TSPARC= ${SYSDIR}/arch/sparc/tags
12 # Directories in which to place tags links
15 .include "../../kern/Make.tags.inc"
17 tags:
29 (cd $$i && rm -f tags; ln -s ../tags tags); done
/netbsd-current/sys/arch/next68k/
H A DMakefile3 # Makefile for next68k tags file and boot blocks
5 # Find where m68k source files are for inclusion in tags
9 TNEXT68K= ../next68k/tags
14 # Directories in which to place tags links
17 .include "../../kern/Make.tags.inc"
19 tags:
39 cd $$i && rm -f tags; ln -s ../tags tags; done
/netbsd-current/sys/arch/ofppc/
H A DMakefile5 TOFPPC= ${SYSDIR}/arch/ofppc/tags
14 .include "../../kern/Make.tags.inc"
16 tags:
28 cd $$i && rm -f tags; ln -s ../tags tags; done
/netbsd-current/sys/arch/landisk/
H A DMakefile3 # Makefile for landisk tags file and boot blocks
5 # Find where SH3 source files are for inclusion in tags
8 TLANDISK= ${SYSDIR}/arch/landisk/tags
15 # Directories in which to place tags links
18 .include "../../kern/Make.tags.inc"
20 tags:
32 cd $$i && rm -f tags; ln -s ../tags tags; done
/netbsd-current/sys/arch/mac68k/
H A DMakefile3 # Makefile for mac68k tags file and boot blocks
5 # Find where m68k source files are for inclusion in tags
8 TMAC68K=${SYSDIR}/arch/mac68k/tags
14 # Directories in which to place tags links
17 .include "../../kern/Make.tags.inc"
19 tags:
30 (cd $$i && rm -f tags; ln -s ../tags tags); done
/netbsd-current/sys/arch/macppc/
H A DMakefile3 # Makefile for macppc tags file
5 TIMACPPC= ${SYSDIR}/arch/macppc/tags
18 # Directories in which to place tags links
21 .include "../../kern/Make.tags.inc"
23 tags:
35 (cd $$i && rm -f tags; ln -s ../tags tags); done
/netbsd-current/external/bsd/tre/dist/lib/
H A Dtre-match-backtrack.c70 int *tags; member in struct:__anon6181
121 if (tags) \
122 xfree(tags); \
131 s->item.tags = tre_bt_mem_alloc(mem, \
132 sizeof(*tags) * tnfa->num_tags); \
133 if (!s->item.tags) \
136 if (tags) \
137 xfree(tags); \
156 stack->item.tags[i] = (_tags)[i]; \
174 tags[
220 int *next_tags, *tags = NULL; local
[all...]
H A Dtre-match-parallel.c58 int *tags; member in struct:__anon6182
63 int **tags; member in struct:__anon6183
81 DPRINT(("%d:%d", i, reach->tags[i]));
193 reach[i].tags = (void *)tmp_buf;
195 reach_next[i].tags = (void *)tmp_buf;
269 DPRINT(("pos:chr/code | states and tags\n"));
295 reach_next_i->tags[i] = -1;
296 tag_i = trans_i->tags;
301 reach_next_i->tags[*tag_i] = pos;
310 match_tags[i] = reach_next_i->tags[
[all...]
H A Dregexec.c40 const tre_tnfa_t *tnfa, int *tags, int match_eo)
52 /* Construct submatch offsets from the tags. */
60 pmatch[i].rm_so = tags[submatch_data[i].so_tag];
65 pmatch[i].rm_eo = tags[submatch_data[i].eo_tag];
132 int *tags = NULL, eo; local
137 tags = alloca(sizeof(*tags) * tnfa->num_tags);
139 tags = xmalloc(sizeof(*tags) * tnfa->num_tags);
141 if (tags
39 tre_fill_pmatch(size_t nmatch, regmatch_t pmatch[], int cflags, const tre_tnfa_t *tnfa, int *tags, int match_eo) argument
321 int *tags = NULL, eo; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/arch/
H A Daarch64-mte-linux.h76 2 tags per byte and resize the vector. */
77 extern void aarch64_mte_pack_tags (gdb::byte_vector &tags);
79 /* Given a TAGS vector containing 2 MTE tags per byte, unpack the data as
82 extern void aarch64_mte_unpack_tags (gdb::byte_vector &tags, bool skip_first);
/netbsd-current/external/gpl2/texinfo/dist/makeinfo/
H A Dnode.c46 /* Adding nodes, and making tags. */
1412 TAG_ENTRY *tags = tag_table;
1414 while (tags)
1419 input_filename = tags->filename;
1420 line_number = tags->line_no;
1423 if (tags->flags & TAG_FLAG_NO_WARN)
1425 tags = tags->next_ent;
1430 if (tags->next)
1432 validate (tags
1406 TAG_ENTRY *tags = tag_table; local
1648 last_node_p(TAG_ENTRY *tags) argument
1781 TAG_ENTRY *tags = tag_table; local
[all...]
/netbsd-current/external/gpl2/dtc/dist/scripts/
H A Dsetlocalversion15 if git name-rev --tags HEAD | grep -E '^HEAD[[:space:]]+(.*~[0-9]*|undefined)$' > /dev/null; then
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fb/
H A Dnouveau_nvkm_subdev_fb_g84.c35 .tags = nv20_fb_tags,
H A Dnouveau_nvkm_subdev_fb_gt215.c35 .tags = nv20_fb_tags,
H A Dnouveau_nvkm_subdev_fb_nv49.c36 .tags = nv20_fb_tags,
H A Dnouveau_nvkm_subdev_fb_nv47.c36 .tags = nv20_fb_tags,
H A Dnv50.h24 u32 (*tags)(struct nvkm_fb *); member in struct:nv50_fb_func
H A Dnouveau_nvkm_subdev_fb_nv30.c58 u32 tags = round_up(tiles / fb->ram->parts, 0x40); local
59 if (!nvkm_mm_head(&fb->tags, 0, 1, tags, tags, 1, &tile->tag)) {
63 tile->zcomp |= ((tile->tag->offset + tags - 1) >> 6) << 12;
124 .tags = nv20_fb_tags,
/netbsd-current/sys/kern/
H A DMakefile5 # Makefile for kernel tags files, init_sysent, etc.
10 @echo "make tags, links, init_sysent.c, or vnode_if.c only"
24 # Kernel tags:
27 # of common files is in ./Make.tags.inc. Links to the correct tags file
28 # are placed in each source directory. We need to have links to tags files
31 # ${SYSDIR}/arch/${MACHINE}/tags.
42 # Directories in which to place tags links (other than machine-dependent):
51 tags::
53 (cd ../arch/$$i && ${MAKE} ${MFLAGS} tags); don
[all...]
/netbsd-current/sys/arch/amd64/
H A DMakefile3 # Makefile for amd64 tags file and boot blocks
5 TAMD64= ${SYSDIR}/arch/amd64/tags
18 # Directories in which to place tags links
21 .include "../../kern/Make.tags.inc"
23 tags:
37 (cd $$i && rm -f tags; ln -s ../tags tags); done
/netbsd-current/sys/arch/evbmips/
H A DMakefile3 # Makefile for evbmips tags file and boot blocks
5 # Find where mips source files are for inclusion in tags
9 TEVBMIPS= ${SYSDIR}/arch/evbmips/tags
23 # Directories in which to place tags links
26 .include "../../kern/Make.tags.inc"
28 tags:
40 cd $$i && rm -f tags; ln -s ../tags tags; done
/netbsd-current/external/gpl2/xcvs/dist/contrib/
H A Dcln_hist.in38 %tags = ();
58 $tags{$tmp[4] . '|' . $tmp[5]} = $_;
78 next if $tags{$tmp[4] . '|' . $tmp[5]} ne $_;
/netbsd-current/dist/pf/share/pf/
H A DMakefile8 all clean cleandir depend lint tags:
/netbsd-current/sys/arch/i386/
H A DMakefile3 # Makefile for i386 tags file and boot blocks
5 TI386= ${SYSDIR}/arch/i386/tags
30 # Directories in which to place tags links
33 .include "../../kern/Make.tags.inc"
35 tags:
49 (cd $$i && rm -f tags; ln -s ../tags tags); done
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.linespec/
H A Dcpls-abi-tag.exp131 # Test completion of overloaded functions with ABI tags.
153 # Test setting breakpoints on overloaded functions with ABI tags.
174 # Test completion of overloaded functions with ABI tags.
190 # shows matches with ABI tags.
216 with_test_prefix "completion of struct prefixes with tags" {
218 # Test completion of methods of structs with ABI tags.
276 set tags {"" "\[abi:tag2\]"}
277 foreach tag1 $tags {
278 foreach tag2 $tags {

Completed in 343 milliseconds

1234567891011>>