Lines Matching full:print

49 and print formatted documentation to standard output.
89 -h Print this help.
93 print $message;
562 print "#define LINENO " . $lineno . "\n";
589 print STDERR "${file}:$.: warning: duplicate section name '$name'\n";
649 # print STDERR "contents b4:$contents\n";
652 # print STDERR "contents af:$contents\n";
660 print $lineprefix, $blankline;
664 print "\\&$line";
666 print $lineprefix, $line;
669 print "\n";
680print ".TH \"$args{'function'}\" 9 \"$args{'function'}\" \"$man_date\" \"Kernel Hacker's Manual\" …
682 print ".SH NAME\n";
683 print $args{'function'} . " \\- " . $args{'purpose'} . "\n";
685 print ".SH SYNOPSIS\n";
687 print ".B \"" . $args{'functiontype'} . "\" " . $args{'function'} . "\n";
689 print ".B \"" . $args{'function'} . "\n";
701 print ".BI \"" . $parenth . $1 . "\" " . " \") (" . $2 . ")" . $post . "\"\n";
704 print ".BI \"" . $parenth . $type . "\" " . " \"" . $post . "\"\n";
710 print ".SH ARGUMENTS\n";
715 print ".IP \"" . $parameter . "\" 12\n";
719 print ".SH \"", uc $section, "\"\n";
731 print ".TH \"$args{'module'}\" 9 \"enum $args{'enum'}\" \"$man_date\" \"API Manual\" LINUX\n";
733 print ".SH NAME\n";
734 print "enum " . $args{'enum'} . " \\- " . $args{'purpose'} . "\n";
736 print ".SH SYNOPSIS\n";
737 print "enum " . $args{'enum'} . " {\n";
740 print ".br\n.BI \" $parameter\"\n";
742 print "\n};\n";
746 print ", \n.br\n";
751 print ".SH Constants\n";
756 print ".IP \"" . $parameter . "\" 12\n";
760 print ".SH \"$section\"\n";
771print ".TH \"$args{'module'}\" 9 \"" . $args{'type'} . " " . $args{'struct'} . "\" \"$man_date\" \…
773 print ".SH NAME\n";
774 print $args{'type'} . " " . $args{'struct'} . " \\- " . $args{'purpose'} . "\n";
779 print ".SH SYNOPSIS\n";
780 print $args{'type'} . " " . $args{'struct'} . " {\n.br\n";
781 print ".BI \"$declaration\n};\n.br\n\n";
783 print ".SH Members\n";
791 print ".IP \"" . $parameter . "\" 12\n";
795 print ".SH \"$section\"\n";
806 print ".TH \"$args{'module'}\" 9 \"$args{'typedef'}\" \"$man_date\" \"API Manual\" LINUX\n";
808 print ".SH NAME\n";
809 print "typedef " . $args{'typedef'} . " \\- " . $args{'purpose'} . "\n";
812 print ".SH \"$section\"\n";
822 print ".TH \"$args{'module'}\" 9 \"$args{'module'}\" \"$man_date\" \"API Manual\" LINUX\n";
825 print ".SH \"$section\"\n";
847 print ".. _$section:\n\n";
848 print "**$section**\n\n";
852 print "\n";
923 print $lineprefix . $line . "\n";
936 print ".. c:type:: ". $args{'function'} . "\n\n";
938 print " **Typedef**: ";
944 print ".. c:function:: ";
949 print ".. c:macro:: ". $args{'function'} . "\n\n";
951 print ".. c:function:: ";
956 print " **Typedef**: ";
961 print "``" if ($is_macro);
969 print $start;
974 print ", ";
981 print $1 . $parameter . ") (" . $2 . ")";
983 print $type;
987 print ")``\n\n";
989 print ")\n\n";
995 print "\n";
998 print "**Parameters**\n\n";
1006 print "``$type``\n";
1008 print "``$parameter``\n";
1017 print " *undescribed*\n";
1019 print "\n";
1033 print "**$section**\n\n";
1036 print "\n";
1038 print "\n";
1050 print "\n\n.. c:type:: " . $name . "\n\n";
1053 print "\n\n.. c:enum:: " . $name . "\n\n";
1058 print "\n";
1060 print "**Constants**\n\n";
1063 print "``$parameter``\n";
1067 print " *undescribed*\n";
1069 print "\n";
1087 print "\n\n.. c:type:: " . $name . "\n\n";
1091 print "\n";
1104 print "\n\n.. c:type:: " . $name . "\n\n";
1108 print "\n\n.. c:union:: " . $name . "\n\n";
1110 print "\n\n.. c:struct:: " . $name . "\n\n";
1116 print "\n";
1118 print "**Definition**\n\n";
1119 print "::\n\n";
1122 print " " . $args{'type'} . " " . $args{'struct'} . " {\n$declaration };\n\n";
1124 print "**Members**\n\n";
1135 print "``" . $parameter . "``\n";
1137 print "\n";
1139 print "\n";
1232print STDERR "${file}:$.: warning: expecting prototype for $decl_type $identifier. Prototype was f…
1367 print STDERR "${file}:$.: error: Cannot parse struct or union!\n";
1426 print STDERR "${file}:$.: warning: wrong kernel-doc identifier on line:\n";
1428print STDERR "${file}:$.: warning: expecting prototype for enum $identifier. Prototype was for enu…
1444print STDERR "${file}:$.: warning: Enum value '$arg' not described in enum '$declaration_name'\n";
1453print STDERR "${file}:$.: warning: Excess enum value '$k' description in '$declaration_name'\n";
1469 print STDERR "${file}:$.: error: Cannot parse enum!\n";
1495print STDERR "${file}:$.: warning: expecting prototype for typedef $identifier. Prototype was for …
1526print STDERR "${file}:$.: warning: expecting prototype for typedef $identifier. Prototype was for …
1540 print STDERR "${file}:$.: error: Cannot parse typedef!\n";
1682 print STDERR
1732 print STDERR "${file}:$.: warning: " .
1757 print STDERR "${file}:$.: warning: " .
1841 print STDERR "${file}:$.: warning: cannot understand function prototype: '$prototype'\n";
1846print STDERR "${file}:$.: warning: expecting prototype for $identifier(). Prototype was for $decla…
1928 print STDERR "${file}:$.: warning: Unrecognized tracepoint format: \n".
2063 print STDERR "Error: Cannot open file $file\n";
2154print STDERR "${file}:$.: warning: This comment starts with '/**', but isn't a kernel-doc comment.…
2155 print STDERR $_;
2161 print STDERR "${file}:$.: warning: missing initial short description on line:\n";
2162 print STDERR $_;
2167 print STDERR "${file}:$.: warning: wrong kernel-doc identifier on line:\n";
2168 print STDERR $_;
2174 print STDERR "${file}:$.: info: Scanning doc for $decl_type $identifier\n";
2177 print STDERR "${file}:$.: warning: Cannot understand $_ on line $.",
2198print STDERR "${file}:$.: warning: Variable macro arguments should be documented without dots\n";
2228 print STDERR "${file}:$.: warning: contents before sections\n";
2255 print STDERR "${file}:$.: warning: suspicious ending line: $_";
2300 print STDERR "${file}:$.: warning: bad line: $_";
2395 print STDERR "${file}:$.: warning: ";
2396 print STDERR "Incorrect use of kernel-doc format: $_";
2411 print STDERR "Error: Cannot open file $file\n";
2446 print STDERR "${file}:1: warning: '$_' not found\n"
2450 print STDERR "${file}:1: warning: no structured comments found\n";
2468 # print STDERR "scanning pattern:$pattern, highlight:($result)\n";
2501 print STDERR "$errors errors\n";
2504 print STDERR "$warnings warnings\n";
2508 print STDERR "$warnings warnings as Errors\n";