Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/
Dtelnet.c124 char *ttype; member
527 if (G.ttype) in to_ttype()
589 if (c == TELOPT_TTYPE && G.ttype) in subneg()
590 put_iac_subopt(TELOPT_TTYPE, G.ttype); in subneg()
631 G.ttype = getenv("TERM"); in telnet_main()