Home | History | Annotate | Download | only in lib

Lines Matching refs:ol

261         my $ol = $l; # keep the unmodified line for error reporting
422 $line, length($1), $file, $ol, "space before last semicolon");
435 $line, length($1), $file, $ol,
444 $line, length($1), $file, $ol,
454 $line, length($1), $file, $ol, "badly placed open brace");
469 checkwarn("INDENTATION", $line, length($1), $file, $ol,
479 $line, length($1), $file, $ol,
485 $line, length($1)-1, $file, $ol,
497 $line, length($l)-1, $file, $ol,
502 $prevl = $ol;