Symbol: TTYMODE
crypto/openssh/ttymodes.h
105
TTYMODE(IGNPAR, c_iflag, 30)
crypto/openssh/ttymodes.h
106
TTYMODE(PARMRK, c_iflag, 31)
crypto/openssh/ttymodes.h
107
TTYMODE(INPCK, c_iflag, 32)
crypto/openssh/ttymodes.h
108
TTYMODE(ISTRIP, c_iflag, 33)
crypto/openssh/ttymodes.h
109
TTYMODE(INLCR, c_iflag, 34)
crypto/openssh/ttymodes.h
110
TTYMODE(IGNCR, c_iflag, 35)
crypto/openssh/ttymodes.h
111
TTYMODE(ICRNL, c_iflag, 36)
crypto/openssh/ttymodes.h
113
TTYMODE(IUCLC, c_iflag, 37)
crypto/openssh/ttymodes.h
115
TTYMODE(IXON, c_iflag, 38)
crypto/openssh/ttymodes.h
116
TTYMODE(IXANY, c_iflag, 39)
crypto/openssh/ttymodes.h
117
TTYMODE(IXOFF, c_iflag, 40)
crypto/openssh/ttymodes.h
119
TTYMODE(IMAXBEL,c_iflag, 41)
crypto/openssh/ttymodes.h
122
TTYMODE(IUTF8, c_iflag, 42)
crypto/openssh/ttymodes.h
125
TTYMODE(ISIG, c_lflag, 50)
crypto/openssh/ttymodes.h
126
TTYMODE(ICANON, c_lflag, 51)
crypto/openssh/ttymodes.h
128
TTYMODE(XCASE, c_lflag, 52)
crypto/openssh/ttymodes.h
130
TTYMODE(ECHO, c_lflag, 53)
crypto/openssh/ttymodes.h
131
TTYMODE(ECHOE, c_lflag, 54)
crypto/openssh/ttymodes.h
132
TTYMODE(ECHOK, c_lflag, 55)
crypto/openssh/ttymodes.h
133
TTYMODE(ECHONL, c_lflag, 56)
crypto/openssh/ttymodes.h
134
TTYMODE(NOFLSH, c_lflag, 57)
crypto/openssh/ttymodes.h
135
TTYMODE(TOSTOP, c_lflag, 58)
crypto/openssh/ttymodes.h
137
TTYMODE(IEXTEN, c_lflag, 59)
crypto/openssh/ttymodes.h
140
TTYMODE(ECHOCTL,c_lflag, 60)
crypto/openssh/ttymodes.h
143
TTYMODE(ECHOKE, c_lflag, 61)
crypto/openssh/ttymodes.h
146
TTYMODE(PENDIN, c_lflag, 62)
crypto/openssh/ttymodes.h
149
TTYMODE(OPOST, c_oflag, 70)
crypto/openssh/ttymodes.h
151
TTYMODE(OLCUC, c_oflag, 71)
crypto/openssh/ttymodes.h
154
TTYMODE(ONLCR, c_oflag, 72)
crypto/openssh/ttymodes.h
157
TTYMODE(OCRNL, c_oflag, 73)
crypto/openssh/ttymodes.h
160
TTYMODE(ONOCR, c_oflag, 74)
crypto/openssh/ttymodes.h
163
TTYMODE(ONLRET, c_oflag, 75)
crypto/openssh/ttymodes.h
166
TTYMODE(CS7, c_cflag, 90)
crypto/openssh/ttymodes.h
167
TTYMODE(CS8, c_cflag, 91)
crypto/openssh/ttymodes.h
168
TTYMODE(PARENB, c_cflag, 92)
crypto/openssh/ttymodes.h
169
TTYMODE(PARODD, c_cflag, 93)