Searched refs:next_doc (Results 1 - 1 of 1) sorted by relevance

/solaris-userland-s11u3/components/texinfo/
H A Dtexi2html.pl614 &next_doc;
897 &next_doc;
1480 &next_doc;
1485 $next_doc = ($doc_num == $last_num ? undef : &doc_name($doc_num + 1));
1491 $navigation .= ($next_doc ? &anchor('', $next_doc, "next") : "next");
1493 $navigation .= ($next_doc ? &anchor('', $last_doc, "last") : "last");
1848 sub next_doc { subroutine

Completed in 14 milliseconds