Rizin
unix-like reverse engineering framework and cli tools
termios Struct Reference

#include <sftypes.h>

Public Attributes

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]
 

Detailed Description

Definition at line 841 of file sftypes.h.

Member Data Documentation

◆ c_cc

cc_t termios::c_cc[NCCS]

Definition at line 847 of file sftypes.h.

◆ c_cflag

tcflag_t termios::c_cflag

Definition at line 844 of file sftypes.h.

Referenced by uv__tty_make_raw().

◆ c_iflag

tcflag_t termios::c_iflag

Definition at line 842 of file sftypes.h.

Referenced by uv__tty_make_raw().

◆ c_lflag

tcflag_t termios::c_lflag

Definition at line 845 of file sftypes.h.

Referenced by uv__tty_make_raw().

◆ c_line

cc_t termios::c_line

Definition at line 846 of file sftypes.h.

◆ c_oflag

tcflag_t termios::c_oflag

Definition at line 843 of file sftypes.h.

Referenced by uv__tty_make_raw().


The documentation for this struct was generated from the following file: