Lines Matching refs:yylval
112 yylval.data = data_copy_escape_string(yytext+1,
157 yylval.labelref = xstrdup(yytext);
158 yylval.labelref[yyleng-1] = '\0';
167 yylval.integer = strtoull(yytext, &e, 0);
191 yylval.integer = 0;
193 yylval.integer = (unsigned char)d.val[0];
207 yylval.labelref = xstrdup(yytext+1);
214 yylval.labelref = xstrdup(yytext+2);
219 yylval.byte = strtol(yytext, NULL, 16);
220 DPRINT("Byte: %02x\n", (int)yylval.byte);
232 yylval.propnodename = xstrdup((yytext[0] == '\\') ?