tcflag_t c_cflag
Definition termios.h:44
cc_t c_cc[NCCS]
Definition termios.h:46
tcflag_t c_iflag
Definition termios.h:42
tcflag_t c_lflag
Definition termios.h:45
tcflag_t c_oflag
Definition termios.h:43
int fd
Definition syscall_fs.c:0
unsigned char cc_t
Definition termios.h:27
#define NCCS
Definition termios.h:31
int tcsetattr(int fd, int actions, const struct termios *t)
Definition tty.c:31
int isatty(int fd)
Definition tty.c:52
void cfmakeraw(struct termios *t)
Definition tty.c:46
int tcgetattr(int fd, struct termios *t)
Definition tty.c:27
unsigned int tcflag_t
Definition termios.h:26