Lines Matching refs:yylloc
137 yylloc->first_column = yylloc->last_column; \
138 yylloc->last_column += yyleng; \
139 if ((yylloc->first_line == 1) \
140 && (yylloc->first_column == 1)) { \
141 yylloc->position = 1; \
143 yylloc->position += yylloc->last_column - yylloc->first_column; \
466 yylloc->first_line++;
467 yylloc->first_column = 1;
468 yylloc->last_line++;
469 yylloc->last_column = 1;
470 yylloc->position++;