Searched refs:tnamep (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/usr.bin/telnet/
H A Dtelnet.c603 static char **tnamep = NULL;
609 if (tnamep && tnamep != unknown)
610 free(tnamep);
613 tnamep = mklist(ttytype, tname);
620 tnamep = unknown;
622 next = tnamep;
625 next = tnamep;
601 static char **tnamep = NULL; local

Completed in 165 milliseconds