Searched refs:expr_WORDS (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/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) {
190 case expr_WORDS:
H A Dsel.h51 expr_WORDS enumerator in enum:hx_expr_op

Completed in 98 milliseconds