Home | History | Annotate | Download | only in program

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; \
485 yylloc->first_line++;
486 yylloc->first_column = 1;
487 yylloc->last_line++;
488 yylloc->last_column = 1;
489 yylloc->position++;