Searched refs:last_column (Results 1 – 4 of 4) sorted by relevance
75 int last_column; member87 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \92 (Current).first_column = (Current).last_column = \93 YYRHSLOC(Rhs, 0).last_column; \
208 .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()
114 int last_column;
185 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;