Searched refs:yystr (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/ipf/tools/ |
H A D | lexer.c | 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() [all …]
|