Lines Matching refs:yylval
991 yylval.data = data_copy_escape_string(yytext+1,
1049 yylval.labelref = xstrdup(yytext);
1050 yylval.labelref[yyleng-1] = '\0';
1062 yylval.integer = strtoull(yytext, &e, 0);
1087 yylval.integer = 0;
1091 yylval.integer = (unsigned char)d.val[0];
1106 yylval.labelref = xstrdup(yytext+1);
1116 yylval.labelref = xstrdup(yytext+2);
1124 yylval.byte = strtol(yytext, NULL, 16);
1125 DPRINT("Byte: %02x\n", (int)yylval.byte);
1143 yylval.propnodename = xstrdup((yytext[0] == '\\') ?