Lines Matching refs:yylval
113 yylval.data = data_copy_escape_string(yytext+1,
158 yylval.labelref = xstrdup(yytext);
159 yylval.labelref[yyleng-1] = '\0';
168 yylval.integer = strtoull(yytext, &e, 0);
192 yylval.integer = 0;
194 yylval.integer = (unsigned char)d.val[0];
208 yylval.labelref = xstrdup(yytext+1);
215 yylval.labelref = xstrdup(yytext+2);
220 yylval.byte = strtol(yytext, NULL, 16);
221 DPRINT("Byte: %02x\n", (int)yylval.byte);
233 yylval.propnodename = xstrdup((yytext[0] == '\\') ?