Home
last modified time | relevance | path

Searched refs:tag_info (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl2/xcvs/dist/src/
Dtag.c59 struct tag_info struct
607 struct tag_info *ti; in check_fileproc()
680 p->data = ti = xmalloc (sizeof (struct tag_info)); in check_fileproc()
880 struct tag_info *ti; in tag_delproc()
883 ti = (struct tag_info *) p->data; in tag_delproc()
908 struct tag_info *taginfo = (struct tag_info *)p->data; in pretag_list_to_args_proc()
DChangeLog4841 (check_fileproc): Add proper tag_info struct as node data rather than a
4845 (tag_delproc): Handle new tag_info struct data members.
/netbsd/src/external/mit/expat/dist/tests/
Dbasic_tests.c2468 AttrInfo tag_info[] = {{XCS("c"), XCS("3")}, {NULL, NULL}}; in START_TEST() local
2473 info[1].attributes = tag_info; in START_TEST()