Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsec/common/
H A Dacl_lex.l62 struct yystrings { struct
67 } yystrings; variable
232 yystrings.y_logname = yylval.str;
356 yystrings.y_perms = yylval.str;
603 yystrings.y_iflags = yylval.str;
672 yystrings.y_idstr = yylval.str;
682 yystrings.y_idstr = yylval.str;
991 memset(&yystrings, 0, sizeof (yystrings)); in yyreset()
998 if (yystrings.y_logname) in yycleanup()
999 free(yystrings.y_logname); in yycleanup()
[all …]