Go to the source code of this file.
Data Structures | |
| struct | selection |
Defines | |
| #define | SAFE_CHECKS |
| #define | RE_TOKEN_MAX 64 |
Enumerations | |
| enum | selection_type { sel_any, sel_end, sel_single, sel_range, sel_array, sel_not_single, sel_not_range } |
| enum | repetetion_type { rep_once, rep_once_or_more, rep_null_or_once, rep_null_or_more } |
Datastructures for representing a subset of regular expressions.
Author: Kjetil T. Homme (kjetilho@ifi.uio.no) May 1993
Definition in file re-cmp.h.
1.6.2