Home
last modified time | relevance | path

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

/freebsd/contrib/pkgconf/libpkgconf/
H A Dbytecode.c155 const pkgconf_bytecode_op_t *op = in pkgconf_bytecode_eval_internal()
156 (const pkgconf_bytecode_op_t *)p; in pkgconf_bytecode_eval_internal()
259 pkgconf_bytecode_op_t op = { in pkgconf_bytecode_emit()
461 const pkgconf_bytecode_op_t *op = (const pkgconf_bytecode_op_t *)p; in pkgconf_bytecode_references_var()
482 pkgconf_bytecode_op_is_selfref(const pkgconf_bytecode_op_t *op, const char *key) in pkgconf_bytecode_op_is_selfref()
512 const pkgconf_bytecode_op_t *op = (const pkgconf_bytecode_op_t *)p; in pkgconf_bytecode_rewrite_selfrefs()
H A Dlibpkgconf.h139 } pkgconf_bytecode_op_t; typedef
327 static inline const pkgconf_bytecode_op_t *
328 pkgconf_bytecode_op_next(const pkgconf_bytecode_op_t *op) in pkgconf_bytecode_op_next()
330 return (const pkgconf_bytecode_op_t *) in pkgconf_bytecode_op_next()