STRING 1628 source4/heimdal/lib/asn1/lex.c return STRING;
STRING 166 source4/heimdal/lib/asn1/parse.y %token <name> STRING
STRING 876 source4/heimdal/lib/asn1/parse.y CharacterStringValue: STRING
STRING 846 source4/heimdal/lib/com_err/lex.c { yylval.string = strdup(yytext); return STRING; }
STRING 1898 source4/heimdal/lib/com_err/lex.c return STRING;
STRING 59 source4/heimdal/lib/com_err/parse.y %token <string> STRING
STRING 72 source4/heimdal/lib/com_err/parse.y id : ID STRING
STRING 78 source4/heimdal/lib/com_err/parse.y et : ET STRING
STRING 84 source4/heimdal/lib/com_err/parse.y | ET STRING STRING
STRING 101 source4/heimdal/lib/com_err/parse.y | PREFIX STRING
STRING 116 source4/heimdal/lib/com_err/parse.y | EC STRING ',' STRING
STRING 67 source4/heimdal/lib/hx509/sel-gram.y %token <string> STRING
STRING 103 source4/heimdal/lib/hx509/sel-gram.y string : STRING { $$ = _hx509_make_expr(expr_STRING, $1, NULL); };
STRING 821 source4/heimdal/lib/hx509/sel-lex.c { yylval.string = handle_string(); return STRING; }