List of regular expressions. More...
#include "regex3.h"
Public Member Functions | |
STAILQ_ENTRY (Replace) entries | |
Linked list. More... | |
Data Fields | |
struct Regex * | regex |
Regex containing a regular expression. More... | |
size_t | nmatch |
Match the 'nth' occurrence (0 means the whole expression) More... | |
char * | templ |
Template to match. More... | |
Replace::STAILQ_ENTRY | ( | Replace | ) |
Linked list.
struct Regex* Replace::regex |
size_t Replace::nmatch |