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

/macosx-10.9.5/Heimdal-323.92.1/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
/macosx-10.9.5/remote_cmds-41.90.1/telnet.tproj/
H A Dcommands.c1627 struct env_lst envlisthead;
1634 for (ep = envlisthead.next; ep; ep = ep->next) {
1702 ep->next = envlisthead.next;
1703 envlisthead.next = ep;
1704 ep->prev = &envlisthead;
1787 for (ep = envlisthead.next; ep; ep = ep->next) {
1799 nep = &envlisthead;
1619 struct env_lst envlisthead; variable in typeref:struct:env_lst

Completed in 105 milliseconds