Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/hx509/
H A Dsel-gram.y84 words : word { $$ = _hx509_make_expr(expr_WORDS, $1, NULL); }
85 | word ',' words { $$ = _hx509_make_expr(expr_WORDS, $1, $3); }
H A Dsel.c123 if (subexpr->op == expr_WORDS) { in eval_comp()
190 case expr_WORDS: in _hx509_expr_free()
H A Dsel.h51 expr_WORDS enumerator