Go to the source code of this file.
|
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
} |
|
◆ anonymous enum
◆ dots
Initial value:=
"....................................................................."
"....................................................................."
"....................................................................."
Definition at line 46 of file ctype.c.
◆ graph_dotted_line
const char* graph_dotted_line |
Initial value:=
"---------------------------------------------------------------------"
"---------------------------------------------------------------------"
"---------------------------------------------------------------------"
Definition at line 38 of file ctype.c.
◆ graph_line
Initial value:=
"_____________________________________________________________________"
"_____________________________________________________________________"
"_____________________________________________________________________"
Definition at line 34 of file ctype.c.
◆ sane_ctype
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 20 of file ctype.c.
◆ spaces
Initial value:
Definition at line 42 of file ctype.c.