Home | History | Annotate | Download | only in mesa

Lines Matching refs:yyextra

132 #define yyextra yyg->yyextra_r
889 glcpp_parser_t *parser = yyextra;
1022 if (yyextra->space_tokens)
1030 yylval->str = ralloc_strdup (yyextra, yytext);
1031 yyextra->space_tokens = 0;
1041 yylval->str = ralloc_strdup (yyextra, yytext);
1059 yyextra->lexing_if = 1;
1060 yyextra->space_tokens = 0;
1068 yyextra->lexing_if = 1;
1069 yyextra->space_tokens = 0;
1081 yyextra->lexing_if = 1;
1082 yyextra->space_tokens = 0;
1090 yyextra->lexing_if = 1;
1091 yyextra->space_tokens = 0;
1099 yyextra->space_tokens = 0;
1107 yyextra->space_tokens = 0;
1124 glcpp_error(yylloc, yyextra, "#error%s", p);
1131 yyextra->space_tokens = 0;
1144 yylval->str = ralloc_strdup (yyextra, yytext);
1153 yylval->str = ralloc_strdup (yyextra, yytext);
1161 yyextra->space_tokens = 0;
1169 yyextra->space_tokens = 0;
1177 yylval->str = ralloc_strdup (yyextra, yytext);
1185 yylval->str = ralloc_strdup (yyextra, yytext);
1193 yylval->str = ralloc_strdup (yyextra, yytext);
1271 yylval->str = ralloc_strdup (yyextra, yytext);
1286 yylval->str = ralloc_strdup (yyextra, yytext);
1294 if (yyextra->space_tokens) {
1304 yyextra->lexing_if = 0;
1315 yyextra->lexing_if = 0;
1328 yy_top_state(yyextra);
2222 return yyextra;
2295 yyextra = user_defined ;
2417 * the yyextra field.