Home
last modified time | relevance | path

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

/freebsd/contrib/ee/
H A Dee.c2061 struct files *temp_names = NULL; in get_options() local
2124 temp_names = top_of_stack = name_alloc(); in get_options()
2128 temp_names->next_name = name_alloc(); in get_options()
2129 temp_names = temp_names->next_name; in get_options()
2131 ptr = temp_names->name = malloc(strlen(buff) + 1); in get_options()
2139 temp_names->next_name = NULL; in get_options()