Lines Matching refs:ln
58 my ($file, $ln, $msg, $data) = @_;
62 print STDERR "Warning: file $file#$ln:\n\t$msg";
116 my $ln;
123 $ln++;
180 parse_error($file, $ln, "line is invalid", $_);
185 parse_error($file, $ln, "Feature name not found", "");
189 parse_error($file, $ln, "Subsystem not found", "") if (!$subsys);
190 parse_error($file, $ln, "Kconfig not found", "") if (!$kconfig);
191 parse_error($file, $ln, "Description not found", "") if (!$description);
194 parse_error($file, $ln, "Architecture table not found", "");
482 my $ln = 0;
484 if (!$ln) {
487 } elsif ($ln >= 2 && scalar(@descs)) {
497 $ln++;