Searched refs:lineno (Results 26 - 28 of 28) sorted by relevance

12

/u-boot/tools/env/
H A Dfw_env.c751 int lineno = 0; local
775 lineno++;
784 lineno);
/u-boot/scripts/
H A Dkernel-doc81 -enable-lineno Enable output of #define LINENO lines. Only works with
463 } elsif ($cmd eq 'enable-lineno') {
549 my $lineno = shift;
550 if ($enable_lineno && defined($lineno)) {
551 print "#define LINENO " . $lineno . "\n";
/u-boot/scripts/kconfig/
H A Dqconf.cc1122 debug += QString().sprintf("defined at %s:%d<br><br>", _menu->file->name, _menu->lineno);

Completed in 66 milliseconds

12