Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dtelnetd.c627 if (his_state_is_will(TELOPT_TTYPE) && !terminaltypeok(terminaltype)) { in getterminaltype()
628 strlcpy(first, terminaltype, sizeof(first)); in getterminaltype()
633 strlcpy(last, terminaltype, sizeof(last)); in getterminaltype()
635 if (terminaltypeok(terminaltype)) in getterminaltype()
637 if ((strncmp(last, terminaltype, sizeof(last)) == 0) || in getterminaltype()
643 if (strncmp(first, terminaltype, sizeof(first)) == 0) in getterminaltype()
651 if (strncmp(first, terminaltype, sizeof(first)) != 0) in getterminaltype()
652 strlcpy(terminaltype, first, sizeof(terminaltype)); in getterminaltype()
777 esetenv("TERM", terminaltype[0] ? terminaltype : "network", 1); in doit()
H A Dglobal.c57 char terminaltype[41]; variable
H A Dstate.c952 p = terminaltype; in suboption()
954 while ((p < (terminaltype + sizeof terminaltype-1)) && in suboption()
H A Dext.h60 extern char terminaltype[41];