Home | History | Annotate | Download | only in asm-mips

Lines Matching defs:ICANON

58 #define VERASE		 2		/* Erase character [ICANON].  */
59 #define VKILL 3 /* Kill-line character [ICANON]. */
60 #define VMIN 4 /* Minimum number of bytes read at once [!ICANON]. */
61 #define VTIME 5 /* Time-out value (tenths of a second) [!ICANON]. */
62 #define VEOL2 6 /* Second EOL character [ICANON]. */
74 #define VREPRINT 12 /* Reprint-line character [ICANON]. */
76 #define VWERASE 14 /* Word-erase character [ICANON]. */
78 #define VEOF 16 /* End-of-file character [ICANON]. */
79 #define VEOL 17 /* End-of-line character [ICANON]. */
191 #define ICANON 0000002 /* Do erase and kill processing. */