Searched refs:envlisthead (Results 1 - 1 of 1) sorted by relevance

/haiku/src/bin/network/telnet/
H A Dcommands.c1622 struct env_lst envlisthead;
1629 for (ep = envlisthead.next; ep; ep = ep->next) {
1695 ep->next = envlisthead.next;
1696 envlisthead.next = ep;
1697 ep->prev = &envlisthead;
1774 for (ep = envlisthead.next; ep; ep = ep->next) {
1786 nep = &envlisthead;
1614 struct env_lst envlisthead; variable in typeref:struct:env_lst

Completed in 34 milliseconds