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

/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnetd/
H A Dext.h126 int terminaltypeok (char *s);
H A Dtelnetd.c627 if (his_state_is_will(TELOPT_TTYPE) && !terminaltypeok(terminaltype)) {
635 if (terminaltypeok(terminaltype))
680 terminaltypeok(char *s) function
/freebsd-9.3-release/contrib/telnet/telnetd/
H A Dtelnetd.c76 int terminaltypeok(char *);
85 int terminaltypeok(char *);
581 if (his_state_is_will(TELOPT_TTYPE) && !terminaltypeok(terminaltype)) {
591 if (terminaltypeok(terminaltype))
638 terminaltypeok(char *s) function

Completed in 42 milliseconds