Crossfire Server, Trunk
|
#include <re-cmp.h>
Data Fields | |
repetetion_type | repeat |
selection_type | type |
union { | |
Boolean array [UCHAR_MAX] | |
struct { | |
uchar high | |
uchar low | |
} range | |
uchar single | |
} | u |
Boolean selection::array[UCHAR_MAX] |
Definition at line 71 of file re-cmp.h.
Referenced by re_get_token(), and re_match_token().
struct { ... } selection::range |
Referenced by re_get_token(), and re_match_token().
repetetion_type selection::repeat |
Definition at line 73 of file re-cmp.h.
Referenced by re_get_token().
uchar selection::single |
Definition at line 67 of file re-cmp.h.
Referenced by re_get_token(), and re_match_token().
selection_type selection::type |
Definition at line 65 of file re-cmp.h.
Referenced by re_get_token(), and re_match_token().
union { ... } selection::u |
Referenced by re_get_token(), and re_match_token().