Home
last modified time | relevance | path

Searched refs:yystr (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/cmd/ipf/tools/
H A Dlexer.c41 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()
[all …]