Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/
Dtelnet.c101 UF_SGA = 0x02, enumerator
451 G.telflags |= (UF_ECHO | UF_SGA); in will_charmode()
462 G.telflags &= ~(UF_ECHO | UF_SGA); in do_linemode()
510 if (G.telflags & UF_SGA) { in to_sga()
516 G.telflags ^= UF_SGA; /* toggle */ in to_sga()
517 if (G.telflags & UF_SGA) in to_sga()