Searched refs:first_line (Results 1 – 6 of 6) sorted by relevance
/scripts/dtc/ |
D | srcpos.h | 71 int first_line; member 83 (Current).first_line = YYRHSLOC(Rhs, 1).first_line; \ 89 (Current).first_line = (Current).last_line = \
|
D | srcpos.c | 205 .first_line = 0, 220 pos->first_line = current_srcfile->lineno; in srcpos_update() 259 if (pos->first_line != pos->last_line) in srcpos_string() 261 pos->first_line, pos->first_column, in srcpos_string() 265 pos->first_line, pos->first_column, in srcpos_string() 269 pos->first_line, pos->first_column); in srcpos_string()
|
D | dtc-parser.tab.h_shipped | 111 int first_line;
|
D | dtc-parser.tab.c_shipped | 182 int first_line; 749 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \ 756 (Current).first_line = (Current).last_line = \ 797 if (0 <= yylocp->first_line) 799 res += YYFPRINTF (yyo, "%d", yylocp->first_line); 805 if (yylocp->first_line < yylocp->last_line)
|
/scripts/ |
D | checkpatch.pl | 1338 my ($first_line, $end_line) = @_; 1348 for (my $linenr = $first_line; $linenr < $end_line; $linenr++) { 1351 if ($linenr == $first_line and $line =~ m@^.\s*\*@) { 1370 my ($first_line, $end_line) = @_; 1371 my $cmt = ctx_locate_comment($first_line, $end_line); 1983 my $first_line = 0; 2100 $first_line = $linenr + 1; 3522 for (my $ln = $linenr - 1; $ln >= $first_line; $ln--) { 5114 if (!ctx_has_comment($first_line, $linenr)) { 5121 if (!ctx_has_comment($first_line, $linenr)) { [all …]
|
/scripts/kconfig/ |
D | zconf.tab.c_shipped | 877 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \ 884 (Current).first_line = (Current).last_line = \
|