Lines Matching defs:env
145 struct env { struct
148 u_int8_t sc_opts;
156 u_int32_t sc_flags;
158 u_int32_t sc_maxid;
160 char sc_domainname[MAXHOSTNAMELEN];
161 struct timeval sc_conf_tv;
162 struct event sc_conf_ev;
164 struct imsgev *sc_iev;
165 struct imsgev *sc_iev_dns;
171 struct user_name_tree *sc_user_names_t;
195 int parse_config(struct env *, const char *, int); argument