Searched refs:op_OR (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/heimdal/lib/hx509/ | ||
H A D | sel.h | 39 op_OR, enumerator |
H A D | sel-gram.y | 79 | expr kw_OR expr { $$ = _hx509_make_expr(op_OR, $1, $3); } |
H A D | sel.c | 171 case op_OR: in _hx509_expr_eval() |