Home | History | Annotate | Download | only in glcpp

Lines Matching refs:yytext

124 	yylval->str = ralloc_strdup (yyextra, yytext);
132 yylval->str = ralloc_strdup (yyextra, yytext);
182 for (p = yytext; !isalpha(p[0]); p++); /* skip " # " */
195 yylval->str = ralloc_strdup (yyextra, yytext);
201 yylval->str = ralloc_strdup (yyextra, yytext);
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);
276 return yytext[0];
280 yylval->str = ralloc_strdup (yyextra, yytext);