Searched refs:first_line (Results 1 – 4 of 4) sorted by relevance
| /scripts/dtc/ |
| D | srcpos.h | 58 int first_line; member 71 (Current).first_line = YYRHSLOC(Rhs, 1).first_line; \ 77 (Current).first_line = (Current).last_line = \
|
| D | srcpos.c | 240 pos->first_line = current_srcfile->lineno; in srcpos_update() 298 if (pos->first_line != pos->last_line) in srcpos_string() 300 pos->first_line, pos->first_column, in srcpos_string() 304 pos->first_line, pos->first_column, in srcpos_string() 308 pos->first_line, pos->first_column); in srcpos_string() 314 srcpos_string_comment(struct srcpos *pos, bool first_line, int level) in srcpos_string_comment() argument 344 pos->first_line, pos->first_column, in srcpos_string_comment() 348 first_line ? pos->first_line : pos->last_line); in srcpos_string_comment() 354 rest = srcpos_string_comment(pos->next, first_line, level); in srcpos_string_comment()
|
| /scripts/ |
| D | faddr2line | 156 local first_line 157 read -r first_line <& "${ADDR2LINE_PROC[0]}" 158 ADDR2LINE_OUT=$(echo "${first_line}" | sed 's/^0x[0-9a-fA-F]*: //')
|
| D | checkpatch.pl | 1960 my ($first_line, $end_line) = @_; 1978 for (my $linenr = $first_line; $linenr < $end_line; $linenr++) { 1981 if ($linenr == $first_line and $line =~ m@^.\s*\*@) { 2000 my ($first_line, $end_line) = @_; 2001 my $cmt = ctx_locate_comment($first_line, $end_line); 2681 my $first_line = 0; 2810 $first_line = $linenr + 1; 6645 if (!ctx_has_comment($first_line, $linenr)) { 6672 if (!ctx_has_comment($first_line, $linenr)) { 6690 if (!ctx_has_comment($first_line, $linenr)) { [all …]
|