Searched defs: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 in typeref:struct:envlist
2127 env->next = envlist_head;
2128 envlist_head = env;
2144 for (env = envlist_head; env; env = env->next) {
3161 for (next = envlist_head; next; ) {

Completed in 70 milliseconds