Searched refs:nep (Results 1 - 1 of 1) sorted by last modified time

/haiku/src/bin/network/telnet/
H A Dcommands.c1788 static struct env_lst *nep = NULL;
1791 nep = &envlisthead;
1794 if (nep) {
1795 while ((nep = nep->next)) {
1796 if (nep->export && (nep->welldefined == welldefined))
1797 return(nep->var);
1780 static struct env_lst *nep = NULL; local

Completed in 42 milliseconds