libarmutils  1.4
 All Data Structures Files Functions Variables Typedefs Enumerations Macros Groups
REList Struct Reference

Regular Expressions List. More...

#include <regex_utils.h>

Data Fields

int nregs
 number of regular expressions in the list
char ** patterns
 list of regular expression patterns
int * cflags
 list of compile flags used
regex_t ** regs
 list of compiled regular expressions
char * string
 string compared to regular expressions
int eflags
 execute flags used
int mindex
 index of the expression that was matched
size_t nsubs
 number of parenthesised subexpressions
regmatch_t * offsets
 arrary of substring offsets
char ** substrs
 array of substrings

Detailed Description

Regular Expressions List.

Definition at line 40 of file regex_utils.h.


The documentation for this struct was generated from the following file: