Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/scripts/dtc/
H A Dsrcpos.h72 int first_line; member
84 (Current).first_line = YYRHSLOC(Rhs, 1).first_line; \
90 (Current).first_line = (Current).last_line = \
H A 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()
H A Ddtc-parser.tab.h_shipped111 int first_line;
H A 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)
/rk3399_rockchip-uboot/scripts/
H A Dcheckpatch.pl1556 my ($first_line, $end_line) = @_;
1566 for (my $linenr = $first_line; $linenr < $end_line; $linenr++) {
1569 if ($linenr == $first_line and $line =~ m@^.\s*\*@) {
1588 my ($first_line, $end_line) = @_;
1589 my $cmt = ctx_locate_comment($first_line, $end_line);
2205 my $first_line = 0;
2323 $first_line = $linenr + 1;
3838 for (my $ln = $linenr - 1; $ln >= $first_line; $ln--) {
5522 if (!ctx_has_comment($first_line, $linenr)) {
5550 if (!ctx_has_comment($first_line, $linenr)) {
[all …]