Home
last modified time | relevance | path

Searched refs:base_man2 (Results 1 – 2 of 2) sorted by relevance

/openbsd/usr.bin/mandoc/
H A Dhtml.c148 h->base_man2 = NULL; in html_alloc()
149 else if ((h->base_man2 = strchr(h->base_man1, ';')) != NULL) in html_alloc()
150 *h->base_man2++ = '\0'; in html_alloc()
604 if (h->base_man2 != NULL) { in print_href()
607 pp = h->base_man2; in print_href()
H A Dhtml.h107 char *base_man2; member