Lines Matching refs:yyextra
131 #define yyextra yyg->yyextra_r macro
1116 if (yyextra->space_tokens)
1124 yylval->str = hieralloc_strdup (yyextra, yytext);
1125 yyextra->space_tokens = 0;
1135 yylval->str = hieralloc_strdup (yyextra, yytext);
1189 yyextra->lexing_if = 1;
1190 yyextra->space_tokens = 0;
1199 yyextra->lexing_if = 1;
1200 yyextra->space_tokens = 0;
1209 yyextra->lexing_if = 1;
1210 yyextra->space_tokens = 0;
1219 yyextra->lexing_if = 1;
1220 yyextra->space_tokens = 0;
1229 yyextra->space_tokens = 0;
1238 yyextra->space_tokens = 0;
1261 if (yyextra->lexing_if ||
1262 yyextra->skip_stack == NULL ||
1263 yyextra->skip_stack->type == SKIP_NO_SKIP)
1276 glcpp_error(yylloc, yyextra, "#error%s", p);
1283 yyextra->space_tokens = 0;
1291 yyextra->space_tokens = 0;
1299 yyextra->space_tokens = 0;
1307 yyextra->space_tokens = 0;
1315 yylval->str = hieralloc_strdup (yyextra, yytext);
1323 yylval->str = hieralloc_strdup (yyextra, yytext);
1331 yylval->str = hieralloc_strdup (yyextra, yytext);
1409 yylval->str = hieralloc_strdup (yyextra, yytext);
1424 yylval->str = hieralloc_strdup (yyextra, yytext);
1432 if (yyextra->space_tokens) {
1442 yyextra->lexing_if = 0;
1453 yyextra->lexing_if = 0;
1466 yy_top_state(yyextra);
2323 return yyextra; in glcpp_get_extra()
2396 yyextra = user_defined ; in glcpp_set_extra()