Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/hx509/
H A Dsel.c72 find_variable(hx509_context context, hx509_env env, struct hx_expr *word) in find_variable() function
82 return find_variable(context, env, word->arg2); in find_variable()
133 subenv = find_variable(context, env, subexpr); in eval_comp()
/freebsd/contrib/libucl/include/
H A Ducl++.h653 static std::vector<std::string> find_variable (const std::string &in) in find_variable() function
667 static std::vector<std::string> find_variable (const char *in) in find_variable() function
672 return find_variable (std::string (in)); in find_variable()