Lines Matching refs:yylloc
132 yylloc->first_column = yylloc->last_column; \
133 yylloc->last_column += yyleng; \
134 if ((yylloc->first_line == 1) \
135 && (yylloc->first_column == 1)) { \
136 yylloc->position = 1; \
138 yylloc->position += yylloc->last_column - yylloc->first_column; \
461 yylloc->first_line++;
462 yylloc->first_column = 1;
463 yylloc->last_line++;
464 yylloc->last_column = 1;
465 yylloc->position++;