Lines Matching refs:yystr
41 char *yystr = NULL; variable
183 if (yystr != NULL) { in yylex()
184 free(yystr); in yylex()
185 yystr = NULL; in yylex()
489 yystr = yytexttostr(0, yypos); in yylex()
501 w = yyfindkey(yystr); in yylex()
504 w = yyfindkey(yystr); in yylex()
520 printf("lexed(%s) [%d,%d,%d] => %d @%d\n", yystr, string_start, in yylex()
525 sscanf(yystr, "%u", &yylval.num); in yylex()
529 sscanf(yystr, "0x%x", (uint_t *)&yylval.num); in yylex()
533 yylval.str = strdup(yystr); in yylex()
603 if (yystr == NULL) { in yyerror()
612 txt = yystr; in yyerror()
666 yylineNum, n, yystr, yypos, yylast); in main()