Lines Matching refs:ln
56 my ($file, $ln, $msg, $data) = @_;
60 print STDERR "Warning: file $file#$ln:\n\t$msg";
110 my $ln;
117 $ln++;
174 parse_error($file, $ln, "line is invalid", $_);
179 parse_error($file, $ln, "Feature name not found", "");
183 parse_error($file, $ln, "Subsystem not found", "") if (!$subsys);
184 parse_error($file, $ln, "Kconfig not found", "") if (!$kconfig);
185 parse_error($file, $ln, "Description not found", "") if (!$description);
188 parse_error($file, $ln, "Architecture table not found", "");
476 my $ln = 0;
478 if (!$ln) {
481 } elsif ($ln >= 2 && scalar(@descs)) {
491 $ln++;