Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dsel.c91 case comp_NE: in eval_comp()
112 if (expr->op == comp_NE) in eval_comp()
H A Dsel.h45 comp_NE, enumerator
H A Dsel-gram.y90 | word '!' '=' word { $$ = _hx509_make_expr(comp_NE, $1, $4); }