Home
last modified time | relevance | path

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

/dragonfly/contrib/mdocml/
H A Dhtml.h104 char *base_man1; /* bases for manpage href */ member
H A Dhtml.c146 if ((h->base_man1 = outopts->man) == NULL) in html_alloc()
148 else if ((h->base_man2 = strchr(h->base_man1, ';')) != NULL) in html_alloc()
599 pp = h->base_man1; in print_href()
H A Dmdoc_html.c670 if (h->base_man1) in mdoc_xr_pre()