Searched refs:first_column (Results 1 – 3 of 3) sorted by relevance
73 int first_column; member85 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \92 (Current).first_column = (Current).last_column = \
206 .first_column = 0,219 pos->first_column = current_srcfile->colno; in srcpos_update()256 pos->first_line, pos->first_column, in srcpos_string()258 else if (pos->first_column != pos->last_column) in srcpos_string()260 pos->first_line, pos->first_column, in srcpos_string()264 pos->first_line, pos->first_column); in srcpos_string()
33 #define YY_USER_ACTION yylloc->first_column = yylloc->last_column; \