Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dsys_bsd.c73 struct tchars otc = { 0 }, ntc = { 0 }; variable
191 (void) ioctl(0, TIOCGETC, &otc); in TerminalSaveState()
195 ntc = otc; in TerminalSaveState()
241 ntc = otc; in TerminalDefaultChars()
524 tc = otc;