|
Crossfire Server, Branches 1.12
R18729
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | selection |
Macros | |
| #define | Boolean uchar |
| #define | False 0 |
| #define | RE_TOKEN_MAX 64 |
| #define | SAFE_CHECKS |
| #define | True 1 |
| #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.
| #define Boolean uchar |
Definition at line 50 of file re-cmp.h.
Referenced by re_cmp(), re_cmp_step(), and re_get_token().
| #define False 0 |
Definition at line 52 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 51 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 49 of file re-cmp.h.
Referenced by CREPixmap::getIcon(), and re_get_token().
| enum repetetion_type |
| enum selection_type |