Lines Matching refs:yylval
104 yylval.data = data_copy_escape_string(yytext+1,
144 yylval.labelref = xstrdup(yytext);
145 yylval.labelref[yyleng-1] = '\0';
154 yylval.integer = strtoull(yytext, &e, 0);
175 yylval.integer = 0;
179 yylval.integer = (unsigned char)d.val[0];
191 yylval.labelref = xstrdup(yytext+1);
198 yylval.labelref = xstrdup(yytext+2);
203 yylval.byte = strtol(yytext, NULL, 16);
204 DPRINT("Byte: %02x\n", (int)yylval.byte);
216 yylval.propnodename = xstrdup((yytext[0] == '\\') ?