Lines Matching refs:yyextra
98 glcpp_parser_t *parser = yyextra;
119 if (yyextra->space_tokens)
124 yylval->str = ralloc_strdup (yyextra, yytext);
125 yyextra->space_tokens = 0;
132 yylval->str = ralloc_strdup (yyextra, yytext);
144 yyextra->lexing_if = 1;
145 yyextra->space_tokens = 0;
150 yyextra->lexing_if = 1;
151 yyextra->space_tokens = 0;
156 yyextra->lexing_if = 1;
157 yyextra->space_tokens = 0;
162 yyextra->lexing_if = 1;
163 yyextra->space_tokens = 0;
168 yyextra->space_tokens = 0;
173 yyextra->space_tokens = 0;
184 glcpp_error(yylloc, yyextra, "#error%s", p);
188 yyextra->space_tokens = 0;
195 yylval->str = ralloc_strdup (yyextra, yytext);
201 yylval->str = ralloc_strdup (yyextra, yytext);
206 yyextra->space_tokens = 0;
211 yyextra->space_tokens = 0;
216 yylval->str = ralloc_strdup (yyextra, yytext);
221 yylval->str = ralloc_strdup (yyextra, yytext);
226 yylval->str = ralloc_strdup (yyextra, yytext);
271 yylval->str = ralloc_strdup (yyextra, yytext);
280 yylval->str = ralloc_strdup (yyextra, yytext);
285 if (yyextra->space_tokens) {
291 yyextra->lexing_if = 0;
300 yyextra->lexing_if = 0;
310 yy_top_state(yyextra);