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