Searched refs:op_NOT (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/heimdal/lib/hx509/ | ||
H A D | sel.h | 37 op_NOT, enumerator |
H A D | sel-gram.y | 77 | '!' expr { $$ = _hx509_make_expr(op_NOT, $2, NULL); } |
H A D | sel.c | 166 case op_NOT: in _hx509_expr_eval() |