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

#include <sftypes.h>

Public Attributes

unsigned short c_iflag
 
unsigned short c_oflag
 
unsigned short c_cflag
 
unsigned short c_lflag
 
unsigned char c_line
 
unsigned char c_cc [NCC]
 

Detailed Description

Definition at line 791 of file sftypes.h.

Member Data Documentation

◆ c_cc

unsigned char termio::c_cc[NCC]

Definition at line 797 of file sftypes.h.

◆ c_cflag

unsigned short termio::c_cflag

Definition at line 794 of file sftypes.h.

◆ c_iflag

unsigned short termio::c_iflag

Definition at line 792 of file sftypes.h.

◆ c_lflag

unsigned short termio::c_lflag

Definition at line 795 of file sftypes.h.

◆ c_line

unsigned char termio::c_line

Definition at line 796 of file sftypes.h.

◆ c_oflag

unsigned short termio::c_oflag

Definition at line 793 of file sftypes.h.


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