Main Page | Data Structures | Directories | File List | Data Fields | Globals

cfg.h File Reference

Go to the source code of this file.

Defines

#define INVALID   (((ch < 32) && (ch != '\t')) || (ch > 126))
#define IDENTIFIER   ((ch < 65) || ((ch > 90) && (ch < 97)) || (ch > 122))
#define SEPERATOR   ((ch == ' ') || (ch == '=') || (ch == '\t'))
#define END_OF_LINE   (ch == '\0')
#define USELESS_LINE   ((ch == '#') || (ch == ';') || (ch == ' ') || (ch == '\n'))


Define Documentation

#define END_OF_LINE   (ch == '\0')
 

Definition at line 11 of file cfg.h.

#define IDENTIFIER   ((ch < 65) || ((ch > 90) && (ch < 97)) || (ch > 122))
 

Definition at line 9 of file cfg.h.

#define INVALID   (((ch < 32) && (ch != '\t')) || (ch > 126))
 

Definition at line 8 of file cfg.h.

#define SEPERATOR   ((ch == ' ') || (ch == '=') || (ch == '\t'))
 

Definition at line 10 of file cfg.h.

#define USELESS_LINE   ((ch == '#') || (ch == ';') || (ch == ' ') || (ch == '\n'))
 

Definition at line 12 of file cfg.h.


Generated on Sat Aug 26 12:34:54 2006 for CUPL (Common UNIX Programming Library) by  doxygen 1.3.9.1