Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dtelnet.c49 #define UF_SGA 0x02 macro
120 TT.flags &= ~(UF_ECHO | UF_SGA); in handle_esc()
130 TT.flags |= (UF_ECHO | UF_SGA); in handle_esc()
199 if (TT.flags & UF_SGA){ if (ddww == WILL) return; in handle_ddww()
202 TT.flags ^= UF_SGA; in handle_ddww()
203 (TT.flags & UF_SGA)? put_iac(3, IAC,DO,TELOPT_SGA) : in handle_ddww()