Lines Matching refs:yystr
41 char *yystr = NULL;
187 if (yystr != NULL) {
188 free(yystr);
189 yystr = NULL;
495 yystr = yytexttostr(0, yypos);
507 w = yyfindkey(yystr);
510 w = yyfindkey(yystr);
526 printf("lexed(%s) [%d,%d,%d] => %d @%d\n", yystr, string_start,
532 sscanf(yystr, "%u", &yylval.num);
536 sscanf(yystr, "0x%x", (u_int *)&yylval.num);
540 yylval.str = strdup(yystr);
611 if (yystr == NULL) {
620 txt = yystr;
674 yylineNum, n, yystr, yypos, yylast);