Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dhtml.c804 char *id, *href; in print_otag_id() local
807 id = href = NULL; in print_otag_id()
811 href = id == NULL ? html_make_id(n, 2) : id; in print_otag_id()
812 if (href != NULL && htmltags[elemtype].flags & HTML_INPHRASE) in print_otag_id()
813 ret = print_otag(h, TAG_A, "chR", "permalink", href); in print_otag_id()
817 if (href != NULL && (nch = n->child) != NULL) { in print_otag_id()
826 print_otag(h, TAG_A, "chR", "permalink", href); in print_otag_id()
831 free(href); in print_otag_id()
911 char *href; in print_tagged_text() local
941 if (n != NULL && (href = html_make_id(n, 2)) != NULL) { in print_tagged_text()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE865 03-01-14 misc/optget.c: change href="" to href="."