Lines Matching defs:comment
70 'CPPCOMMENTS' => '// comment detected',
85 'OPENCOMMENT' => 'file ended with a /* comment still "open"',
324 $what =~ s: *\*/$::; # cut off end of C comment
342 # comment. If we use a scalar comparison (==) we induce warnings
452 # no space after comment start
456 "Missing space after comment start");
458 # no space at comment end
462 "Missing space end comment end");
471 comment:
477 # start of /* comment was removed
483 # end of comment */ was removed
485 goto comment;
488 # still within a comment
510 $line, length($1), $file, $l, "\/\/ comment");
659 # this is a comment
970 checkwarn("OPENCOMMENT", 1, 0, $file, "", "Missing closing comment", 1);