Home
last modified time | relevance | path

Searched refs:first_line (Results 1 – 6 of 6) sorted by relevance

/scripts/dtc/
Dsrcpos.h71 int first_line; member
83 (Current).first_line = YYRHSLOC(Rhs, 1).first_line; \
89 (Current).first_line = (Current).last_line = \
Dsrcpos.c205 .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()
Ddtc-parser.tab.h_shipped111 int first_line;
Ddtc-parser.tab.c_shipped182 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/
Dcheckpatch.pl1338 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/
Dzconf.tab.c_shipped877 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
884 (Current).first_line = (Current).last_line = \