Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dsel.c57 case expr_STRING: in eval_word()
188 case expr_STRING: in _hx509_expr_free()
H A Dsel.h50 expr_STRING, enumerator
H A Dsel-gram.y103 string : STRING { $$ = _hx509_make_expr(expr_STRING, $1, NULL); };