Searched refs:expr_WORDS (Results 1 – 3 of 3) sorted by relevance
84 words : word { $$ = _hx509_make_expr(expr_WORDS, $1, NULL); }85 | word ',' words { $$ = _hx509_make_expr(expr_WORDS, $1, $3); }
123 if (subexpr->op == expr_WORDS) { in eval_comp()190 case expr_WORDS: in _hx509_expr_free()
51 expr_WORDS enumerator