Home | History | Annotate | Download | only in glcpp

Lines Matching full:yytext

95 	yylval->str = talloc_strdup (yyextra, yytext);
103 yylval->str = talloc_strdup (yyextra, yytext);
113 char *ptr = yytext;
129 char *ptr = yytext;
196 for (p = yytext; !isalpha(p[0]); p++); /* skip " # " */
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);
282 return yytext[0];
286 yylval->str = talloc_strdup (yyextra, yytext);