Lines Matching defs:print
156 'print', '-|',
335 -usage : print usage instructions
452 print "# reading extensions from $extensions\n" if $verbose;
459 print "# reading extensions from $extensions\n" if $verbose;
464 print "# reading from $docu\n" if $verbose;
630 print "# including $file\n" if $verbose;
735 print "# user $tag = $sub, arg: $_" if $debug & $DEBUG_USER;
769 print "# def ($tag): {$type} ", join(', ', @args), "\n"
884 print "# heading, section $name, level $level\n"
915 print "# node $node, section $name, level $level\n"
920 print "# no node, section $name, level $level\n"
969 print "# found $index for '$what' id $id\n"
1010 print "# found bibliography for '$what' id $id\n"
1019 print "# found glossary for '$entry' id $id\n"
1082 print "# end of pass 1\n" if $verbose;
1144 print "# index $key sorted as $_\n"
1303 print "# end of pass 2\n" if $verbose;
1353 print "# end of pass 3\n" if $verbose;
1419 print "# end of pass 4\n" if $verbose;
1423 # Pass 5: print things #
1439 # print ToC
1443 print "# creating $docu_toc...\n" if $verbose;
1446 &print(*toc_lines, FILE);
1455 # print footnotes
1459 print "# creating $docu_foot...\n" if $verbose;
1462 &print(*foot_lines, FILE);
1471 # print document
1482 print "# creating $docu_doc...\n" if $verbose;
1495 print FILE $navigation;
1504 &print(*tmp_lines, FILE);
1506 print FILE $navigation;
1515 print "# creating $docu_doc...\n" if $verbose;
1520 print FILE $full_title;
1524 print FILE "<H1>Table of Contents</H1>\n";
1525 &print(*toc_lines, FILE);
1528 &print(*doc_lines, FILE);
1531 print FILE "<H1>Footnotes</H1>\n";
1532 &print(*foot_lines, FILE);
1545 print "# that's all folks\n" if $verbose;
1616 print "$_\n";
1617 print $context{$_};
1619 print "$_ ($seen{$_})\n";
1852 sub print {
1863 print $fh $_;
1868 print FILE "<P><HR><P>\n";
1877 # print the header
1879 print FILE $html2_doctype;
1881 print FILE $doctype;
1883 print FILE <<EOT;
1897 print FILE $full_title;
1903 print FILE "<H2>$_</H2>\n";
1912 print FILE "<ADDRESS>$_</ADDRESS>\n";
1915 print FILE "<P>\n";
1919 print FILE <<EOT;
1927 print FILE <<EOT;