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   10
 
#define _VINTR   0
 
#define _VQUIT   1
 
#define _VERASE   2
 
#define _VKILL   3
 
#define _VEOF   4
 
#define _VMIN   5
 
#define _VEOL   6
 
#define _VTIME   7
 
#define _VEOL2   8
 
#define _VSWTC   9
 

Macro Definition Documentation

#define _VEOF   4

Definition at line 67 of file termios.h.

#define _VEOL   6

Definition at line 69 of file termios.h.

#define _VEOL2   8

Definition at line 71 of file termios.h.

#define _VERASE   2

Definition at line 65 of file termios.h.

#define _VINTR   0

Definition at line 63 of file termios.h.

#define _VKILL   3

Definition at line 66 of file termios.h.

#define _VMIN   5

Definition at line 68 of file termios.h.

#define _VQUIT   1

Definition at line 64 of file termios.h.

#define _VSWTC   9

Definition at line 72 of file termios.h.

#define _VTIME   7

Definition at line 70 of file termios.h.

#define NCC   10

Definition at line 52 of file termios.h.