Lines Matching defs:yystr
39 char *yystr = NULL;
191 if (yystr != NULL) {
192 free(yystr);
193 yystr = NULL;
481 yystr = yytexttostr(0, yypos - 1);
482 if (yystr != NULL) {
485 for (s = yystr; *s && ishex(*s); s++)
487 if (!*s && *yystr) {
489 c = *yystr;
490 free(yystr);
495 free(yystr);
535 yystr = yytexttostr(0, yypos);
547 w = yyfindkey(yystr);
550 w = yyfindkey(yystr);
571 yystr, isbuilding, yyexpectaddr, yysavedepth,
577 sscanf(yystr, "%u", &yylval.num);
581 sscanf(yystr, "0x%x", (u_int *)&yylval.num);
585 yylval.str = strdup(yystr);
658 if (yystr == NULL) {
662 txt = yystr;
734 yylineNum, n, yystr, yypos, yylast);