Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
ctype.c File Reference
#include <linux/ctype.h>
#include <linux/compiler.h>
#include <linux/export.h>

Go to the source code of this file.

Functions

 EXPORT_SYMBOL (_ctype)
 

Variables

const unsigned char _ctype []
 

Function Documentation

EXPORT_SYMBOL ( _ctype  )

Variable Documentation

const unsigned char _ctype[]
Initial value:
= {
_C,_C,_C,_C,_C,_C,_C,_C,
_C,_C|_S,_C|_S,_C|_S,_C|_S,_C|_S,_C,_C,
_C,_C,_C,_C,_C,_C,_C,_C,
_C,_C,_C,_C,_C,_C,_C,_C,
_S|_SP,_P,_P,_P,_P,_P,_P,_P,
_P,_P,_P,_P,_P,_P,_P,_P,
_D,_D,_P,_P,_P,_P,_P,_P,
_U,_U,_U,_P,_P,_P,_P,_P,
_L,_L,_L,_P,_P,_P,_P,_C,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
_S|_SP,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,
_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,
_L,_L,_L,_L,_L,_L,_L,_P,_L,_L,_L,_L,_L,_L,_L,_L}

Definition at line 11 of file ctype.c.