Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/hx509/
H A Dsel.c131 hx509_env subenv; in eval_comp() local
133 subenv = find_variable(context, env, subexpr); in eval_comp()
134 if (subenv == NULL) in eval_comp()
137 while (subenv) { in eval_comp()
138 if (subenv->type != env_string) in eval_comp()
140 if (strcmp(w, subenv->name) == 0) in eval_comp()
142 if (strcmp(w, subenv->u.string) == 0) in eval_comp()
144 subenv = subenv->next; in eval_comp()