Symbol: uw_conf
sbin/unwind/frontend.c
160
struct uw_conf *frontend_conf;
sbin/unwind/frontend.c
312
static struct uw_conf *nconf;
sbin/unwind/parse.y
790
struct uw_conf *
sbin/unwind/parse.y
85
static struct uw_conf *conf;
sbin/unwind/parse.y
88
void clear_config(struct uw_conf *xconf);
sbin/unwind/parse.y
920
clear_config(struct uw_conf *xconf)
sbin/unwind/printconf.c
30
print_config(struct uw_conf *conf)
sbin/unwind/resolver.c
199
int *resolvers_to_restart(struct uw_conf *,
sbin/unwind/resolver.c
200
struct uw_conf *);
sbin/unwind/resolver.c
210
struct uw_conf *resolver_conf;
sbin/unwind/resolver.c
2241
resolvers_to_restart(struct uw_conf *oconf, struct uw_conf *nconf)
sbin/unwind/resolver.c
631
static struct uw_conf *nconf;
sbin/unwind/unwind.c
578
struct uw_conf *xconf;
sbin/unwind/unwind.c
595
main_imsg_send_config(struct uw_conf *xconf)
sbin/unwind/unwind.c
649
merge_config(struct uw_conf *conf, struct uw_conf *xconf)
sbin/unwind/unwind.c
698
struct uw_conf *
sbin/unwind/unwind.c
70
static int main_imsg_send_config(struct uw_conf *);
sbin/unwind/unwind.c
701
struct uw_conf *xconf;
sbin/unwind/unwind.c
716
config_clear(struct uw_conf *conf)
sbin/unwind/unwind.c
718
struct uw_conf *xconf;
sbin/unwind/unwind.c
78
struct uw_conf *main_conf;
sbin/unwind/unwind.c
885
imsg_receive_config(struct imsg *imsg, struct uw_conf **xconf)
sbin/unwind/unwind.c
887
struct uw_conf *nconf;
sbin/unwind/unwind.c
898
if (IMSG_DATA_SIZE(*imsg) != sizeof(struct uw_conf))
sbin/unwind/unwind.c
901
if ((*xconf = malloc(sizeof(struct uw_conf))) == NULL)
sbin/unwind/unwind.c
904
memcpy(nconf, imsg->data, sizeof(struct uw_conf));
sbin/unwind/unwind.h
185
void merge_config(struct uw_conf *, struct uw_conf *);
sbin/unwind/unwind.h
189
void imsg_receive_config(struct imsg *, struct uw_conf **);
sbin/unwind/unwind.h
191
struct uw_conf *config_new_empty(void);
sbin/unwind/unwind.h
192
void config_clear(struct uw_conf *);
sbin/unwind/unwind.h
195
void print_config(struct uw_conf *);
sbin/unwind/unwind.h
198
struct uw_conf *parse_config(char *);