1037 |
#define ctype_letter 0x02 |
#define ctype_letter 0x02 |
1038 |
#define ctype_digit 0x04 |
#define ctype_digit 0x04 |
1039 |
#define ctype_xdigit 0x08 |
#define ctype_xdigit 0x08 |
1040 |
#define ctype_word 0x10 /* alphameric or '_' */ |
#define ctype_word 0x10 /* alphanumeric or '_' */ |
1041 |
#define ctype_meta 0x80 /* regexp meta char or zero (end pattern) */ |
#define ctype_meta 0x80 /* regexp meta char or zero (end pattern) */ |
1042 |
|
|
1043 |
/* Offsets for the bitmap tables in pcre_cbits. Each table contains a set |
/* Offsets for the bitmap tables in pcre_cbits. Each table contains a set |