Home
last modified time | relevance | path

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

/scripts/dtc/
Dsrcpos.h58 int first_line; member
71 (Current).first_line = YYRHSLOC(Rhs, 1).first_line; \
77 (Current).first_line = (Current).last_line = \
Dsrcpos.c238 pos->first_line = current_srcfile->lineno; in srcpos_update()
296 if (pos->first_line != pos->last_line) in srcpos_string()
298 pos->first_line, pos->first_column, in srcpos_string()
302 pos->first_line, pos->first_column, in srcpos_string()
306 pos->first_line, pos->first_column); in srcpos_string()
312 srcpos_string_comment(struct srcpos *pos, bool first_line, int level) in srcpos_string_comment() argument
342 pos->first_line, pos->first_column, in srcpos_string_comment()
346 first_line ? pos->first_line : pos->last_line); in srcpos_string_comment()
352 rest = srcpos_string_comment(pos->next, first_line, level); in srcpos_string_comment()
/scripts/
Dcheckpatch.pl1955 my ($first_line, $end_line) = @_;
1973 for (my $linenr = $first_line; $linenr < $end_line; $linenr++) {
1976 if ($linenr == $first_line and $line =~ m@^.\s*\*@) {
1995 my ($first_line, $end_line) = @_;
1996 my $cmt = ctx_locate_comment($first_line, $end_line);
2673 my $first_line = 0;
2802 $first_line = $linenr + 1;
6635 if (!ctx_has_comment($first_line, $linenr)) {
6662 if (!ctx_has_comment($first_line, $linenr)) {
6680 if (!ctx_has_comment($first_line, $linenr)) {
[all …]