Searched refs:first_column (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/scripts/dtc/ |
| H A D | srcpos.h | 73 int first_column; member 85 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \ 92 (Current).first_column = (Current).last_column = \
|
| H A D | srcpos.c | 206 .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 D | dtc-parser.tab.h_shipped | 112 int first_column;
|
| H A D | dtc-parser.tab.c_shipped | 183 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)
|