|
Crossfire Server, Branch 1.12
R12190
|
Datastructures for representing a subset of regular expressions. More...

Go to the source code of this file.
Data Structures | |
| struct | selection |
Defines | |
| #define | Boolean uchar |
| #define | False 0 |
| #define | RE_TOKEN_MAX 64 |
| Max amount of tokens in a regexp. | |
| #define | SAFE_CHECKS |
| Regexp's with syntax errors will core dump if this is undefined. | |
| #define | True 1 |
| Changing this value will break the code. | |
| #define | uchar unsigned char |
Enumerations | |
| enum | repetetion_type { rep_once, rep_once_or_more, rep_null_or_once, rep_null_or_more } |
| enum | selection_type { sel_any, sel_end, sel_single, sel_range, sel_array, sel_not_single, sel_not_range } |
Datastructures for representing a subset of regular expressions.
Definition in file re-cmp.h.
Definition at line 43 of file re-cmp.h.
Referenced by re_cmp(), re_cmp_step(), and re_get_token().
| #define False 0 |
Definition at line 45 of file re-cmp.h.
Referenced by re_cmp(), re_cmp_step(), re_get_token(), and re_match_token().
| #define RE_TOKEN_MAX 64 |
| #define SAFE_CHECKS |
| #define True 1 |
Changing this value will break the code.
Definition at line 44 of file re-cmp.h.
Referenced by re_cmp(), re_cmp_step(), re_get_token(), re_init(), and re_match_token().
| #define uchar unsigned char |
Definition at line 42 of file re-cmp.h.
Referenced by CREPixmap::getIcon(), and re_get_token().
| enum repetetion_type |
| enum selection_type |
1.7.6.1