Searched defs:anchor (Results 1 - 1 of 1) sorted by relevance

/solaris-userland/components/texinfo/
H A Dtexi2html.pl327 -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('',
1820 sub anchor { subroutine
[all...]

Completed in 14 milliseconds