Main Page | Class Hierarchy | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

ctype.h File Reference

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Defines

#define __C   040
#define __L   02
#define __N   04
#define __P   020
#define __S   010
#define __U   01
#define _B   0100
#define _C   040
#define _L   02
#define _N   04
#define _P   020
#define _S   010
#define _U   01
#define _X   0200
#define isalnum(c)   ((__ctype + 1)[c] & (_U | _L | _N))
#define isalpha(c)   ((__ctype + 1)[c] & (_U | _L))
#define iscntrl(c)   ((__ctype + 1)[c] & _C)
#define isdigit(c)   ((__ctype + 1)[c] & _N)
#define isgraph(c)   ((__ctype + 1)[c] & (_P | _U | _L | _N))
#define islower(c)   ((__ctype + 1)[c] & _L)
#define isprint(c)   ((__ctype + 1)[c] & (_P | _U | _L | _N | _B))
#define ispunct(c)   ((__ctype + 1)[c] & _P)
#define isspace(c)   ((__ctype + 1)[c] & _S)
#define isupper(c)   ((__ctype + 1)[c] & _U)
#define isxdigit(c)   ((__ctype + 1)[c] & _X)

Functions

int isalnum (int)
int isalpha (int)
int iscntrl (int)
int isdigit (int)
int isgraph (int)
int islower (int)
int isprint (int)
int ispunct (int)
int isspace (int)
int isupper (int)
int isxdigit (int)
int tolower (int)
int toupper (int)

Variables

unsigned char __ctype []


Define Documentation

#define __C   040
 

Definition at line 23 of file ctype.h.

#define __L   02
 

Definition at line 19 of file ctype.h.

#define __N   04
 

Definition at line 20 of file ctype.h.

#define __P   020
 

Definition at line 22 of file ctype.h.

#define __S   010
 

Definition at line 21 of file ctype.h.

#define __U   01
 

Definition at line 18 of file ctype.h.

#define _B   0100
 

Definition at line 30 of file ctype.h.

#define _C   040
 

Definition at line 29 of file ctype.h.

#define _L   02
 

Definition at line 25 of file ctype.h.

#define _N   04
 

Definition at line 26 of file ctype.h.

#define _P   020
 

Definition at line 28 of file ctype.h.

#define _S   010
 

Definition at line 27 of file ctype.h.

#define _U   01
 

Definition at line 24 of file ctype.h.

#define _X   0200
 

Definition at line 31 of file ctype.h.

#define isalnum  )     ((__ctype + 1)[c] & (_U | _L | _N))
 

Definition at line 39 of file ctype.h.

#define isalpha  )     ((__ctype + 1)[c] & (_U | _L))
 

Definition at line 34 of file ctype.h.

#define iscntrl  )     ((__ctype + 1)[c] & _C)
 

Definition at line 44 of file ctype.h.

#define isdigit  )     ((__ctype + 1)[c] & _N)
 

Definition at line 37 of file ctype.h.

#define isgraph  )     ((__ctype + 1)[c] & (_P | _U | _L | _N))
 

Definition at line 43 of file ctype.h.

#define islower  )     ((__ctype + 1)[c] & _L)
 

Definition at line 36 of file ctype.h.

#define isprint  )     ((__ctype + 1)[c] & (_P | _U | _L | _N | _B))
 

Definition at line 42 of file ctype.h.

#define ispunct  )     ((__ctype + 1)[c] & _P)
 

Definition at line 41 of file ctype.h.

#define isspace  )     ((__ctype + 1)[c] & _S)
 

Definition at line 40 of file ctype.h.

#define isupper  )     ((__ctype + 1)[c] & _U)
 

Definition at line 35 of file ctype.h.

#define isxdigit  )     ((__ctype + 1)[c] & _X)
 

Definition at line 38 of file ctype.h.


Function Documentation

int isalnum int   ) 
 

int isalpha int   ) 
 

int iscntrl int   ) 
 

int isdigit int   ) 
 

int isgraph int   ) 
 

int islower int   ) 
 

int isprint int   ) 
 

int ispunct int   ) 
 

int isspace int   ) 
 

int isupper int   ) 
 

int isxdigit int   ) 
 

int tolower int   ) 
 

Referenced by Com_HashString(), Console_Key(), Field_KeyDownEvent(), FindMatches(), FS_HashFileName(), generateHashValue(), hashForString(), match(), MField_KeyDownEvent(), Q_strlwr(), S_HashSFXName(), SanitizeString(), strlower(), and strlwr().

int toupper int   ) 
 

Referenced by Com_Filter(), Com_StringContains(), CreatePath(), EntityWndProc(), FileFilter(), Q_strupr(), R_FindImageFile(), StringContains(), StringContainsWord(), stristr(), strupr(), and CTexWnd::UpdateFilter().


Variable Documentation

unsigned char __ctype[]
 


Generated on Thu Aug 25 15:48:20 2005 for Quake III Arena by  doxygen 1.3.9.1