Lines Matching refs:yystr
41 char *yystr = NULL; variable
187 if (yystr != NULL) { in yylex()
188 free(yystr); in yylex()
189 yystr = NULL; in yylex()
496 yystr = yytexttostr(0, yypos); in yylex()
508 w = yyfindkey(yystr); in yylex()
511 w = yyfindkey(yystr); in yylex()
527 printf("lexed(%s) [%d,%d,%d] => %d @%d\n", yystr, string_start, in yylex()
533 sscanf(yystr, "%u", &yylval.num); in yylex()
537 sscanf(yystr, "0x%x", (u_int *)&yylval.num); in yylex()
541 yylval.str = strdup(yystr); in yylex()
612 if (yystr == NULL) {
621 txt = yystr;
675 yylineNum, n, yystr, yypos, yylast);