Home
last modified time | relevance | path

Searched refs:last_column (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/scripts/dtc/
H A Dsrcpos.h75 int last_column; member
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,
235 pos->last_column = current_srcfile->colno; in srcpos_update()
262 pos->last_line, pos->last_column); in srcpos_string()
263 else if (pos->first_column != pos->last_column) in srcpos_string()
266 pos->last_column); in srcpos_string()
H A Ddtc-parser.tab.h_shipped114 int last_column;
H A Ddtc-parser.tab.c_shipped185 int last_column;
752 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \
758 (Current).first_column = (Current).last_column = \
759 YYRHSLOC (Rhs, 0).last_column; \
796 int end_col = 0 != yylocp->last_column ? yylocp->last_column - 1 : 0;