Lines Matching refs:yyextra
90 if (yyextra->space_tokens)
95 yylval->str = talloc_strdup (yyextra, yytext);
96 yyextra->space_tokens = 0;
103 yylval->str = talloc_strdup (yyextra, yytext);
141 yyextra->lexing_if = 1;
142 yyextra->space_tokens = 0;
147 yyextra->lexing_if = 1;
148 yyextra->space_tokens = 0;
153 yyextra->lexing_if = 1;
154 yyextra->space_tokens = 0;
159 yyextra->lexing_if = 1;
160 yyextra->space_tokens = 0;
165 yyextra->space_tokens = 0;
170 yyextra->space_tokens = 0;
186 if (yyextra->lexing_if ||
187 yyextra->skip_stack == NULL ||
188 yyextra->skip_stack->type == SKIP_NO_SKIP)
198 glcpp_error(yylloc, yyextra, "#error%s", p);
202 yyextra->space_tokens = 0;
207 yyextra->space_tokens = 0;
212 yyextra->space_tokens = 0;
217 yyextra->space_tokens = 0;
222 yylval->str = talloc_strdup (yyextra, yytext);
227 yylval->str = talloc_strdup (yyextra, yytext);
232 yylval->str = talloc_strdup (yyextra, yytext);
277 yylval->str = talloc_strdup (yyextra, yytext);
286 yylval->str = talloc_strdup (yyextra, yytext);
291 if (yyextra->space_tokens) {
297 yyextra->lexing_if = 0;
306 yyextra->lexing_if = 0;
316 yy_top_state(yyextra);