Home
last modified time | relevance | path

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

/freebsd/contrib/pkgconf/libpkgconf/
H A Dbytecode.c65 pkgconf_bytecode_eval_internal(pkgconf_bytecode_eval_ctx_t *ctx, const pkgconf_bytecode_t *bc, pkgc…
121 bool ok = pkgconf_bytecode_eval_internal(ctx, &v->bc, out, &inner_saw); in pkgconf_bytecode_eval_var()
135 pkgconf_bytecode_eval_internal(pkgconf_bytecode_eval_ctx_t *ctx, const pkgconf_bytecode_t *bc, pkgc… in pkgconf_bytecode_eval_internal() function
249 ret = pkgconf_bytecode_eval_internal(&ctx, bc, out, saw_sysroot); in pkgconf_bytecode_eval()