Lines Matching refs:ICANON
57 #define VERASE 2 /* Erase character [ICANON] */
58 #define VKILL 3 /* Kill-line character [ICANON] */
59 #define VMIN 4 /* Minimum number of bytes read at once [!ICANON] */
60 #define VTIME 5 /* Time-out value (tenths of a second) [!ICANON] */
61 #define VEOL2 6 /* Second EOL character [ICANON] */
73 #define VREPRINT 12 /* Reprint-line character [ICANON] */
75 #define VWERASE 14 /* Word-erase character [ICANON] */
77 #define VEOF 16 /* End-of-file character [ICANON] */
78 #define VEOL 17 /* End-of-line character [ICANON] */
152 #define ICANON 0x00002 /* Do erase and kill processing */