Lines Matching refs:anchor
327 -invisible name: use 'name' as an invisible anchor
932 $_ = "<LI>" . &anchor($tocid, "$docu_doc#$docid", $name, 1);
937 $_ = "<H$level>".&anchor($docid, "$docu_toc#$tocid", $name)."</H$level>\n";
979 # dirty hack to see if I can put an invisible anchor...
990 push(@lines, &anchor($id, '', $invisible_mark, !$in_pre));
993 push(@lines, &anchor($id, '', $invisible_mark, !$in_pre));
998 $deferred_ref .= &anchor($id, '', $invisible_mark, !$in_pre) . " ";
1012 $what = &anchor($id, '', $what);
1021 $what = &anchor($id, '', $what);
1171 push(@refs, &anchor('', $_, $key, 0));
1241 $_ = "${before}${type}section " . &anchor('', $href, $sec) . $after;
1275 $done .= $pre . &anchor('', $href, $what);
1291 $done .= $pre . &anchor('', $href, $what);
1402 push(@foot_lines, "<H3>" . &anchor($footid, "$d#$docid", $foot) . "</H3>\n");
1405 $_ = $before . &anchor($docid, "$docu_foot#$footid", $foot) . $after;
1487 $navigation .= ($prev_doc ? &anchor('', $first_doc, "first") : "first");
1489 $navigation .= ($prev_doc ? &anchor('', $prev_doc, "previous") : "previous");
1491 $navigation .= ($next_doc ? &anchor('', $next_doc, "next") : "next");
1493 $navigation .= ($next_doc ? &anchor('', $last_doc, "last") : "last");
1494 $navigation .= " section, " . &anchor('', $docu_toc, "table of contents") . ".\n";
1741 push(@lines2, "<LI>" . &anchor('', $href, $entry) . "$descr\n");
1753 &anchor('', "mailto:$addr", $text);
1762 &anchor('', $url, $text);
1765 sub do_url { &anchor('', $_[0], $_[0]) }
1820 sub anchor {