Lines Matching defs:yylloc
1242 yylloc->first_column = yylloc->last_column; \
1243 yylloc->last_column += yyleng; \
1244 if ((yylloc->first_line == 1) \
1245 && (yylloc->first_column == 1)) { \
1246 yylloc->position = 1; \
1248 yylloc->position += yylloc->last_column - yylloc->first_column; \
1327 # define yylloc yyg->yylloc_r
1522 yylloc = yylloc_param;
2459 yylloc->first_line++;
2460 yylloc->first_column = 1;
2461 yylloc->last_line++;
2462 yylloc->last_column = 1;
2463 yylloc->position++;
3475 /* Accessor methods for yylval and yylloc */
3492 return yylloc;
3498 yylloc = yylloc_param;