Home | History | Annotate | Download | only in asm

Lines Matching defs:ICANON

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