Go to the source code of this file.
|
__BEGIN_DECLS speed_t | cfgetospeed (const struct termios *termios_p) |
|
speed_t | cfgetispeed (const struct termios *termios_p) |
|
int | cfsetospeed (struct termios *termios_p, speed_t speed) |
|
int | cfsetispeed (struct termios *termios_p, speed_t speed) |
|
int | tcgetattr (int fildes, struct termios *termios_p) |
|
int | tcsetattr (int fildes, int optional_actions, const struct termios *termios_p) |
|
int | tcgetwinsize (int fildes, struct winsize *gws) |
|
int | tcsetwinsize (int fildes, const struct winsize *gws) |
|
int | tcsendbreak (int fildes, int len) |
|
int | tcdrain (int fildes) |
|
int | tcflush (int fildes, int action) |
|
int | tcflow (int fildes, int action) |
|
termios functions.
Definition in file termios.h.
◆ termios
Definition at line 30 of file termios.h.
Data Fields |
tcflag_t |
c_iflag |
|
tcflag_t |
c_oflag |
|
tcflag_t |
c_cflag |
|
tcflag_t |
c_lflag |
|
cc_t |
c_line |
|
cc_t |
c_cc[NCCS] |
|
speed_t |
__c_ispeed |
|
speed_t |
__c_ospeed |
|
◆ winsize
Definition at line 41 of file termios.h.
Data Fields |
unsigned short |
ws_row |
|
unsigned short |
ws_col |
|
unsigned short |
ws_xpixel |
|
unsigned short |
ws_ypixel |
|
◆ NCCS
◆ VINTR
◆ VQUIT
◆ VERASE
◆ VKILL
◆ VEOF
◆ VTIME
◆ VMIN
◆ VSWTC
◆ VSTART
◆ VSTOP
◆ VSUSP
◆ VEOL
◆ VREPRINT
◆ VDISCARD
◆ VWERASE
◆ VLNEXT
◆ VEOL2
◆ IGNBRK
◆ BRKINT
◆ IGNPAR
◆ PARMRK
◆ INPCK
◆ ISTRIP
◆ INLCR
◆ IGNCR
◆ ICRNL
◆ IUCLC
◆ IXON
◆ IXANY
◆ IXOFF
◆ IMAXBEL
◆ IUTF8
◆ OPOST
◆ OLCUC
◆ ONLCR
◆ OCRNL
◆ ONOCR
◆ ONLRET
◆ OFILL
◆ OFDEL
◆ VTDLY
◆ VT0
◆ VT1
◆ B0
◆ B50
◆ B75
◆ B110
◆ B134
◆ B150
◆ B200
◆ B300
◆ B600
◆ B1200
◆ B1800
◆ B2400
◆ B4800
◆ B9600
◆ B19200
◆ B38400
◆ B57600
◆ B115200
◆ B230400
◆ B460800
◆ B500000
◆ B576000
◆ B921600
◆ B1000000
◆ B1152000
◆ B1500000
◆ B2000000
◆ B2500000
◆ B3000000
◆ B3500000
◆ B4000000
◆ CSIZE
◆ CS5
◆ CS6
◆ CS7
◆ CS8
◆ CSTOPB
◆ CREAD
◆ PARENB
◆ PARODD
◆ HUPCL
◆ CLOCAL
◆ ISIG
◆ ICANON
◆ ECHO
◆ ECHOE
◆ ECHOK
◆ ECHONL
◆ NOFLSH
◆ TOSTOP
◆ IEXTEN
◆ TCOOFF
◆ TCOON
◆ TCIOFF
◆ TCION
◆ TCIFLUSH
◆ TCOFLUSH
◆ TCIOFLUSH
◆ TCSANOW
◆ TCSADRAIN
◆ TCSAFLUSH
◆ cc_t
typedef unsigned char cc_t |
◆ speed_t
typedef unsigned int speed_t |
◆ tcflag_t
typedef unsigned int tcflag_t |