Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c310 static struct envlist *envlist_head = NULL; variable
2127 env->next = envlist_head; in new_env()
2128 envlist_head = env; in new_env()
2144 for (env = envlist_head; env; env = env->next) { in del_env()
3161 for (next = envlist_head; next; ) { in doit()