Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/scripts/dtc/
H A Dsrcpos.h73 int first_column; member
85 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \
92 (Current).first_column = (Current).last_column = \
H A Dsrcpos.c206 .first_column = 0,
221 pos->first_column = current_srcfile->colno; in srcpos_update()
261 pos->first_line, pos->first_column, in srcpos_string()
263 else if (pos->first_column != pos->last_column) in srcpos_string()
265 pos->first_line, pos->first_column, in srcpos_string()
269 pos->first_line, pos->first_column); in srcpos_string()
H A Ddtc-parser.tab.h_shipped112 int first_column;
H A Ddtc-parser.tab.c_shipped183 int first_column;
750 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
758 (Current).first_column = (Current).last_column = \
800 if (0 <= yylocp->first_column)
801 res += YYFPRINTF (yyo, ".%d", yylocp->first_column);
811 else if (0 <= end_col && yylocp->first_column < end_col)