Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
termios.h File Reference
#include <asm/ioctls.h>
#include <asm/termbits.h>

Go to the source code of this file.

Data Structures

struct  sgttyb
 
struct  tchars
 
struct  ltchars
 
struct  winsize
 
struct  termio
 

Macros

#define NCC   8
 
#define _VINTR   0
 
#define _VQUIT   1
 
#define _VERASE   2
 
#define _VKILL   3
 
#define _VEOF   4
 
#define _VMIN   4
 
#define _VEOL   5
 
#define _VTIME   5
 
#define _VEOL2   6
 
#define _VSWTC   7
 

Macro Definition Documentation

#define _VEOF   4

Definition at line 62 of file termios.h.

#define _VEOL   5

Definition at line 64 of file termios.h.

#define _VEOL2   6

Definition at line 66 of file termios.h.

#define _VERASE   2

Definition at line 60 of file termios.h.

#define _VINTR   0

Definition at line 58 of file termios.h.

#define _VKILL   3

Definition at line 61 of file termios.h.

#define _VMIN   4

Definition at line 63 of file termios.h.

#define _VQUIT   1

Definition at line 59 of file termios.h.

#define _VSWTC   7

Definition at line 67 of file termios.h.

#define _VTIME   5

Definition at line 65 of file termios.h.

#define NCC   8

Definition at line 40 of file termios.h.