Searched refs:TTYMODE (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dttymodes.h114 TTYMODE(IGNPAR, c_iflag, 30)
115 TTYMODE(PARMRK, c_iflag, 31)
116 TTYMODE(INPCK, c_iflag, 32)
117 TTYMODE(ISTRIP, c_iflag, 33)
118 TTYMODE(INLCR, c_iflag, 34)
119 TTYMODE(IGNCR, c_iflag, 35)
120 TTYMODE(ICRNL, c_iflag, 36)
122 TTYMODE(IUCLC, c_iflag, 37)
124 TTYMODE(IXON, c_iflag, 38)
125 TTYMODE(IXAN
[all...]
H A Dttymodes.c325 #define TTYMODE(NAME, FIELD, OP) \ macro
332 #undef TTYMODE macro
411 #define TTYMODE(NAME, FIELD, OP) \ macro
423 #undef TTYMODE macro

Completed in 67 milliseconds