Searched refs:envlisthead (Results 1 – 1 of 1) sorted by relevance
1795 static struct env_lst envlisthead; variable1802 for (ep = envlisthead.next; ep; ep = ep->next) { in env_find()1908 ep->next = envlisthead.next; in env_define()1909 envlisthead.next = ep; in env_define()1910 ep->prev = &envlisthead; in env_define()1988 for (ep = envlisthead.next; ep; ep = ep->next) { in env_list()2001 nep = &envlisthead; in env_default()