Searched refs:TAG_HEAD (Results 1 – 7 of 7) sorted by relevance
/openbsd/usr.bin/mandoc/ |
H A D | html.h | 24 TAG_HEAD, enumerator
|
H A D | man_html.c | 125 t = print_otag(h, TAG_HEAD, ""); in html_man()
|
H A D | mdoc_html.c | 294 t = print_otag(h, TAG_HEAD, ""); in html_mdoc()
|
/openbsd/gnu/usr.bin/cvs/src/ |
H A D | diff.c | 434 if (diff_rev1 && strcmp (diff_rev1, TAG_HEAD) == 0) 840 if (diff_rev1 && strcmp (diff_rev1, TAG_HEAD) == 0) 855 if (diff_rev2 && strcmp (diff_rev2, TAG_HEAD) == 0)
|
H A D | cvs.h | 256 #define TAG_HEAD "HEAD" macro
|
H A D | tag.c | 1138 || strcmp (name, TAG_HEAD) == 0)
|
H A D | rcs.c | 2196 if (tag && STREQ (tag, TAG_HEAD)) 2240 if (tag && (STREQ (tag, TAG_HEAD) || *tag == '\0')) 5629 || STREQ (tag, TAG_HEAD))
|