Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dcommands.c1795 static struct env_lst envlisthead; variable
1802 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()