HomeSort by: relevance | last modified time | path
    Searched defs:terminaltypeok (Results 1 - 3 of 3) sorted by relevancy

  /src/libexec/telnetd/
telnetd.c 121 int terminaltypeok(char *);
594 if (his_state_is_will(TELOPT_TTYPE) && !terminaltypeok(terminaltype)) {
602 if (terminaltypeok(terminaltype))
648 terminaltypeok(char *s) function in typeref:typename:int
telnetd.c 121 int terminaltypeok(char *);
594 if (his_state_is_will(TELOPT_TTYPE) && !terminaltypeok(terminaltype)) {
602 if (terminaltypeok(terminaltype))
648 terminaltypeok(char *s) function in typeref:typename:int
telnetd.c 121 int terminaltypeok(char *);
594 if (his_state_is_will(TELOPT_TTYPE) && !terminaltypeok(terminaltype)) {
602 if (terminaltypeok(terminaltype))
648 terminaltypeok(char *s) function in typeref:typename:int

Completed in 35 milliseconds