Lines Matching refs:yylval
967 yylval.data = data_copy_escape_string(yytext+1,
1035 yylval.labelref = xstrdup(yytext);
1036 yylval.labelref[yyleng-1] = '\0';
1047 yylval.integer = strtoull(yytext, &e, 0);
1074 yylval.integer = 0;
1076 yylval.integer = (unsigned char)d.val[0];
1092 yylval.labelref = xstrdup(yytext+1);
1101 yylval.labelref = xstrdup(yytext+2);
1108 yylval.byte = strtol(yytext, NULL, 16);
1109 DPRINT("Byte: %02x\n", (int)yylval.byte);
1125 yylval.propnodename = xstrdup((yytext[0] == '\\') ?