Lines Matching refs:incomment
183 $incomment = 1;
191 $incomment = 0;
196 if (!$incomment) {
202 $incomment = 2;
206 if ($incomment == 2 && /^(\/\*|#) +\.IP ""/) {
215 if ($incomment == 2 && /^(\/\*|#) +\.RS/) {
227 if ($incomment == 2 && /^(\/\*|#) +\.IP +"?\\fB([a-zA-Z0-9_]+)( +\((.*)\))?/) {
235 if ($incomment == 2 && /^(\/\*|#) +\.IP +"?\\fI([a-zA-Z0-9_]+)\\fB([a-zA-Z0-9_]+)( +\((.*)\))?/) {
243 if ($incomment == 2 && /^(\/\*|#) +([A-Z][A-Z][A-Z]+|\.[A-Z][A-Z])/) {
245 $incomment = 0 if /^(\/\*|#) +(SEE +ALSO|README +FILES|LICENSE|AUTHOR)/;
259 die "Unterminated comment\n" if $incomment;