Home
last modified time | relevance | path

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

/openbsd/sbin/unwind/
H A Dunwind.h153 struct uw_conf { struct
184 void merge_config(struct uw_conf *, struct uw_conf *);
188 void imsg_receive_config(struct imsg *, struct uw_conf **);
190 struct uw_conf *config_new_empty(void);
191 void config_clear(struct uw_conf *);
194 void print_config(struct uw_conf *);
197 struct uw_conf *parse_config(char *);
H A Dunwind.c70 static int main_imsg_send_config(struct uw_conf *);
78 struct uw_conf *main_conf;
578 struct uw_conf *xconf; in main_reload()
595 main_imsg_send_config(struct uw_conf *xconf) in main_imsg_send_config()
649 merge_config(struct uw_conf *conf, struct uw_conf *xconf) in merge_config()
696 struct uw_conf *
699 struct uw_conf *xconf; in config_new_empty()
714 config_clear(struct uw_conf *conf) in config_clear()
716 struct uw_conf *xconf; in config_clear()
885 struct uw_conf *nconf; in imsg_receive_config()
[all …]
H A Dparse.y85 static struct uw_conf *conf;
88 void clear_config(struct uw_conf *xconf);
788 struct uw_conf *
918 clear_config(struct uw_conf *xconf) in clear_config()
H A Dprintconf.c30 print_config(struct uw_conf *conf) in print_config()
H A Dresolver.c199 int *resolvers_to_restart(struct uw_conf *,
200 struct uw_conf *);
210 struct uw_conf *resolver_conf;
628 static struct uw_conf *nconf; in resolver_dispatch_main()
2227 resolvers_to_restart(struct uw_conf *oconf, struct uw_conf *nconf) in resolvers_to_restart()
H A Dfrontend.c160 struct uw_conf *frontend_conf;
312 static struct uw_conf *nconf; in frontend_dispatch_main()