Searched refs:first_line (Results 1 – 4 of 4) sorted by relevance
/u-boot/scripts/dtc/ |
A D | srcpos.h | 72 int first_line; member 84 (Current).first_line = YYRHSLOC(Rhs, 1).first_line; \ 90 (Current).first_line = (Current).last_line = \
|
A D | srcpos.c | 205 .first_line = 0, 218 pos->first_line = current_srcfile->lineno; in srcpos_update() 254 if (pos->first_line != pos->last_line) in srcpos_string() 256 pos->first_line, pos->first_column, in srcpos_string() 260 pos->first_line, pos->first_column, in srcpos_string() 264 pos->first_line, pos->first_column); in srcpos_string()
|
/u-boot/tools/binman/ |
A D | entry.py | 646 first_line = lines[0] 648 hdr = 'Entry: %s: %s' % (name.replace('_', '-'), first_line)
|
/u-boot/scripts/ |
A D | checkpatch.pl | 1682 my ($first_line, $end_line) = @_; 1692 for (my $linenr = $first_line; $linenr < $end_line; $linenr++) { 1695 if ($linenr == $first_line and $line =~ m@^.\s*\*@) { 1714 my ($first_line, $end_line) = @_; 1715 my $cmt = ctx_locate_comment($first_line, $end_line); 2468 my $first_line = 0; 2597 $first_line = $linenr + 1; 5951 if (!ctx_has_comment($first_line, $linenr)) { 5979 if (!ctx_has_comment($first_line, $linenr)) { 5997 if (!ctx_has_comment($first_line, $linenr)) {
|
Completed in 13 milliseconds