Searched refs:cur_options (Results 1 – 1 of 1) sorted by relevance
140 static struct option_state *cur_options; variable1773 if (cur_options != NULL) { in parse_options()1774 olddep = cur_options->os_devices; in parse_options()1775 oldmax = olddep + cur_options->os_ndevices; in parse_options()1822 if (cur_options != NULL) { in parse_options()1823 free_file_list(cur_options->os_pfjunk); in parse_options()1824 free_env_list(cur_options->os_evjunk); in parse_options()1825 free(cur_options); in parse_options()1828 cur_options = newopt; in parse_options()1903 if (cur_options == NULL) in locate_service()[all …]