Searched refs:custom_environment (Results 1 – 3 of 3) sorted by relevance
54 struct envstring *custom_environment = NULL; variable73 while (custom_environment) { in auth_clear_options()74 struct envstring *ce = custom_environment; in auth_clear_options()75 custom_environment = ce->next; in auth_clear_options()269 new_envstring->next = custom_environment; in auth_parse_options()270 custom_environment = new_envstring; in auth_parse_options()
31 extern struct envstring *custom_environment;
1062 while (custom_environment) { in do_setup_env()1063 struct envstring *ce = custom_environment; in do_setup_env()1072 custom_environment = ce->next; in do_setup_env()