Searched refs:custom_environment (Results 1 – 3 of 3) sorted by relevance
53 struct envstring *custom_environment = NULL; variable72 while (custom_environment) { in auth_clear_options()73 struct envstring *ce = custom_environment; in auth_clear_options()74 custom_environment = ce->next; in auth_clear_options()244 new_envstring->next = custom_environment; in auth_parse_options()245 custom_environment = new_envstring; in auth_parse_options()
31 extern struct envstring *custom_environment;
1208 while (custom_environment) { in do_setup_env()1209 struct envstring *ce = custom_environment; in do_setup_env()1218 custom_environment = ce->next; in do_setup_env()