HomeSort by: relevance | last modified time | path
    Searched defs:envlisthead (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/telnet/
commands.c 1622 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;
1775 for (ep = envlisthead.next; ep; ep = ep->next) {
1788 nep = &envlisthead;
1614 struct env_lst envlisthead; variable in typeref:struct:env_lst
commands.c 1622 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;
1775 for (ep = envlisthead.next; ep; ep = ep->next) {
1788 nep = &envlisthead;
1614 struct env_lst envlisthead; variable in typeref:struct:env_lst
commands.c 1622 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;
1775 for (ep = envlisthead.next; ep; ep = ep->next) {
1788 nep = &envlisthead;
1614 struct env_lst envlisthead; variable in typeref:struct:env_lst

Completed in 100 milliseconds