Lines Matching refs:yylval
97 yylval.data = data_copy_escape_string(yytext+1,
149 yylval.labelref = xstrdup(yytext);
150 yylval.labelref[yyleng-1] = '\0';
159 yylval.integer = strtoull(yytext, &e, 0);
183 yylval.integer = 0;
185 yylval.integer = (unsigned char)d.val[0];
199 yylval.labelref = xstrdup(yytext+1);
206 yylval.labelref = xstrdup(yytext+2);
211 yylval.byte = strtol(yytext, NULL, 16);
212 DPRINT("Byte: %02x\n", (int)yylval.byte);
224 yylval.propnodename = xstrdup((yytext[0] == '\\') ?