Home
last modified time | relevance | path

Searched refs:op_NOT (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/heimdal/lib/hx509/
H A Dsel.h37 op_NOT, enumerator
H A Dsel-gram.y77 | '!' expr { $$ = _hx509_make_expr(op_NOT, $2, NULL); }
H A Dsel.c166 case op_NOT: in _hx509_expr_eval()