Lines Matching refs:comments
41 print " Print raw comments only, do not attempt to merge,\n";
42 print " only unify identical comments.\n";
54 print " output if any of the comments look like GPL/LGPL\n";
154 # extract the comments
181 # delete certain types of comments, like emacs mode spec, etc
260 # delete certain types of comments, like emacs mode spec, etc
335 # delete certain types of comments, like emacs mode spec, etc
362 # process a directory or a file recursively: extract the comments
379 # regular file -> identify file type and read comments
684 my %comments;
693 if (defined ($comments{$blurb})) {
694 $comments{$blurb} .= ", $fname";
696 $comments{$blurb} = $fname;
699 @all_comments = (keys %comments);
718 # keep the merged comments
732 $comments{$c12_merged} = "$comments{$c1}, $comments{$c2}";
759 print "$comments{$comment}:\n";