Searched refs:last_column (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/scripts/dtc/ |
D | srcpos.h | 74 int last_column; member 86 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \ 91 (Current).first_column = (Current).last_column = \ 92 YYRHSLOC(Rhs, 0).last_column; \
|
D | srcpos.c | 208 .last_column = 0, 235 pos->last_column = current_srcfile->colno; in srcpos_update() 259 printf("last_column : %d\n", pos->last_column); in srcpos_dump() 278 pos->last_line, pos->last_column); in srcpos_string() 279 else if (pos->first_column != pos->last_column) in srcpos_string() 282 pos->last_column); in srcpos_string()
|
D | dtc-parser.tab.h_shipped | 110 int last_column;
|
D | dtc-parser.tab.c_shipped | 180 int last_column; 746 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \ 752 (Current).first_column = (Current).last_column = \ 753 YYRHSLOC (Rhs, 0).last_column; \ 790 int end_col = 0 != yylocp->last_column ? yylocp->last_column - 1 : 0;
|
/linux-4.4.14/scripts/kconfig/ |
D | zconf.tab.c | 880 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \ 886 (Current).first_column = (Current).last_column = \ 887 YYRHSLOC (Rhs, 0).last_column; \
|
D | zconf.tab.c_shipped | 880 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \ 886 (Current).first_column = (Current).last_column = \ 887 YYRHSLOC (Rhs, 0).last_column; \
|
/linux-4.4.14/tools/perf/util/ |
D | parse-events.l | 104 yylloc->last_column = yylloc->first_column; \
|
D | parse-events.y | 587 parse_events_evlist_error(data, loc->last_column, "parser error");
|
/linux-4.4.14/drivers/scsi/ |
D | hpsa.c | 4632 u32 first_column, last_column; in hpsa_scsi_ioaccel_raid_map() local 4739 last_column = tmpdiv; in hpsa_scsi_ioaccel_raid_map() 4746 last_column = last_row_offset / strip_size; in hpsa_scsi_ioaccel_raid_map() 4750 if ((first_row != last_row) || (first_column != last_column)) in hpsa_scsi_ioaccel_raid_map()
|