Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Enumerations | Variables
ctype.c File Reference
#include "util.h"

Go to the source code of this file.

Enumerations

enum  {
  S = GIT_SPACE, A = GIT_ALPHA, D = GIT_DIGIT, G = GIT_GLOB_SPECIAL,
  R = GIT_REGEX_SPECIAL, P = GIT_PRINT_EXTRA, PS = GIT_SPACE | GIT_PRINT_EXTRA
}
 

Variables

unsigned char sane_ctype [256]
 
const chargraph_line
 
const chargraph_dotted_line
 

Enumeration Type Documentation

anonymous enum
Enumerator:
S 
A 
D 
G 
R 
P 
PS 

Definition at line 8 of file ctype.c.

Variable Documentation

const char* graph_dotted_line
Initial value:
=
"---------------------------------------------------------------------"
"---------------------------------------------------------------------"
"---------------------------------------------------------------------"

Definition at line 36 of file ctype.c.

const char* graph_line
Initial value:
=
"_____________________________________________________________________"
"_____________________________________________________________________"

Definition at line 33 of file ctype.c.

unsigned char sane_ctype[256]
Initial value:
= {
0, 0, 0, 0, 0, 0, 0, 0, 0, S, S, 0, 0, S, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
PS,P, P, P, R, P, P, P, R, R, G, R, P, P, R, P,
D, D, D, D, D, D, D, D, D, D, P, P, P, P, P, G,
P, A, A, A, A, A, A, A, A, A, A, A, A, A, A, A,
A, A, A, A, A, A, A, A, A, A, A, G, G, P, R, P,
P, A, A, A, A, A, A, A, A, A, A, A, A, A, A, A,
A, A, A, A, A, A, A, A, A, A, A, R, R, P, P, 0,
}

Definition at line 19 of file ctype.c.