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

/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A Dcommands.c1529 struct env_lst envlisthead;
1536 for (ep = envlisthead.next; ep; ep = ep->next) {
1631 ep->next = envlisthead.next;
1632 envlisthead.next = ep;
1633 ep->prev = &envlisthead;
1710 for (ep = envlisthead.next; ep; ep = ep->next) {
1722 nep = &envlisthead;
1521 struct env_lst envlisthead; variable in typeref:struct:env_lst
/freebsd-11-stable/contrib/telnet/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 108 milliseconds