Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c2405 static char *terminaltype = 0; variable
3130 if (terminaltype) in doit()
3131 (void) local_setenv("TERM", terminaltype+5, 1); in doit()
3967 terminaltype = terminalname+strlen(terminalname); in suboption()
3969 while (terminaltype < (terminalname + sizeof (terminalname) - in suboption()
3977 *terminaltype++ = c; /* accumulate name */ in suboption()
3979 *terminaltype = 0; in suboption()
3980 terminaltype = terminalname; in suboption()