Home
last modified time | relevance | path

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

/src/crypto/heimdal/lib/hx509/
H A Dsel-gram.y91 | word kw_IN '(' words ')' { $$ = _hx509_make_expr(comp_IN, $1, $4); }
92 | word kw_IN variable { $$ = _hx509_make_expr(comp_IN, $1, $3); }
H A Dsel.h44 comp_IN, enumerator
H A Dsel.c115 case comp_IN: { in eval_comp()