Searched refs:last_column (Results 1 - 2 of 2) sorted by relevance

/u-boot/scripts/dtc/
H A Dsrcpos.h75 int last_column; member in struct:srcpos
87 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \
92 (Current).first_column = (Current).last_column = \
93 YYRHSLOC(Rhs, 0).last_column; \
H A Dsrcpos.c208 .last_column = 0,
230 pos->last_column = current_srcfile->colno;
257 pos->last_line, pos->last_column);
258 else if (pos->first_column != pos->last_column)
261 pos->last_column);

Completed in 38 milliseconds