Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/am-utils/dist/amd/
Dsun_map_parse.y62 static struct sun_list *sun_entry_list = NULL; variable
434 if (sun_entry_list != NULL) {
436 retval = (struct sun_entry*)sun_entry_list->first;
437 sun_entry_list = NULL;
450 if (sun_entry_list == NULL) { in get_sun_entry_list()
451 sun_entry_list = CALLOC(struct sun_list); in get_sun_entry_list()
453 return sun_entry_list; in get_sun_entry_list()