Home
last modified time | relevance | path

Searched defs:tag_info (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/cvs/src/
H A Dtag.c50 struct tag_info struct
52 Ctype status;
53 char *rev;
54 char *tag;
55 char *options;
/openbsd/lib/libexpat/tests/
H A Dbasic_tests.c2353 AttrInfo tag_info[] = {{XCS("c"), XCS("3")}, {NULL, NULL}}; in START_TEST() local