Searched refs:first_line (Results 1 – 3 of 3) sorted by relevance
| /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 | 203 .first_line = 0, 216 pos->first_line = current_srcfile->lineno; in srcpos_update() 251 if (pos->first_line != pos->last_line) in srcpos_string() 253 pos->first_line, pos->first_column, in srcpos_string() 257 pos->first_line, pos->first_column, in srcpos_string() 261 pos->first_line, pos->first_column); in srcpos_string()
|
| /scripts/ |
| A D | checkpatch.pl | 1922 my ($first_line, $end_line) = @_; 1940 for (my $linenr = $first_line; $linenr < $end_line; $linenr++) { 1943 if ($linenr == $first_line and $line =~ m@^.\s*\*@) { 1962 my ($first_line, $end_line) = @_; 1963 my $cmt = ctx_locate_comment($first_line, $end_line); 2763 my $first_line = 0; 2892 $first_line = $linenr + 1; 6619 if (!ctx_has_comment($first_line, $linenr)) { 6646 if (!ctx_has_comment($first_line, $linenr)) { 6664 if (!ctx_has_comment($first_line, $linenr)) { [all …]
|
Completed in 14 milliseconds