Linux Perf
ctype.c File Reference
#include "sane_ctype.h"
Include dependency graph for ctype.c:

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 char * graph_line
 
const char * graph_dotted_line
 
const char * spaces
 
const char * dots
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
PS 

Definition at line 9 of file ctype.c.

Variable Documentation

◆ dots

const char* 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

const char* 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: ctype.c:14
Definition: ctype.c:15
Definition: ctype.c:11
Definition: ctype.c:12
Definition: ctype.c:10
Definition: ctype.c:17
Definition: ctype.c:13

Definition at line 20 of file ctype.c.

◆ spaces

const char* spaces
Initial value:
=
" "
" "
" "

Definition at line 42 of file ctype.c.