Searched refs:UF_ECHO (Results 1 – 1 of 1) sorted by relevance
100 UF_ECHO = 0x01, enumerator431 if (G.telflags & UF_ECHO) { in setConMode()451 G.telflags |= (UF_ECHO | UF_SGA); in will_charmode()462 G.telflags &= ~(UF_ECHO | UF_SGA); in do_linemode()488 if (G.telflags & UF_ECHO) { in to_echo()495 G.telflags ^= UF_ECHO; in to_echo()497 if (G.telflags & UF_ECHO) in to_echo()