Lines Matching defs:href
712 attr = "href";
813 char *id, *href;
816 id = href = NULL;
820 href = id == NULL ? html_make_id(n, 2) : id;
821 if (href != NULL && htmltags[elemtype].flags & HTML_INPHRASE)
822 ret = print_otag(h, TAG_A, "chR", "permalink", href);
826 if (href != NULL && (nch = n->child) != NULL) {
835 print_otag(h, TAG_A, "chR", "permalink", href);
840 free(href);
920 char *href;
950 if (n != NULL && (href = html_make_id(n, 2)) != NULL) {
951 t = print_otag(h, TAG_A, "chR", "permalink", href);
952 free(href);