|
miniOS
x86_64 hobby kernel with SMP, VFS, and POSIX process model
|

Go to the source code of this file.
Classes | |
| struct | termios |
Macros | |
| #define | VINTR 0 |
| #define | VEOF 1 |
| #define | NCCS 8 |
| #define | ISIG 0x0001u |
| #define | ICANON 0x0002u |
| #define | ECHO 0x0008u |
| #define | TCSANOW 0 |
| #define | TCSADRAIN 1 |
| #define | TCSAFLUSH 2 |
Typedefs | |
| typedef unsigned int | tcflag_t |
| typedef unsigned char | cc_t |
Functions | |
| int | tcgetattr (int fd, struct termios *t) |
| int | tcsetattr (int fd, int actions, const struct termios *t) |
| void | cfmakeraw (struct termios *t) |
| int | isatty (int fd) |
| #define ECHO 0x0008u |
| #define ICANON 0x0002u |
| #define ISIG 0x0001u |
| #define NCCS 8 |
| #define TCSADRAIN 1 |
| #define TCSAFLUSH 2 |
| #define TCSANOW 0 |
| #define VEOF 1 |
| #define VINTR 0 |
| typedef unsigned char cc_t |
| typedef unsigned int tcflag_t |
| void cfmakeraw | ( | struct termios * | t | ) |

| int isatty | ( | int | fd | ) |

| int tcgetattr | ( | int | fd, |
| struct termios * | t ) |


| int tcsetattr | ( | int | fd, |
| int | actions, | ||
| const struct termios * | t ) |

