#include <searchm.h>
Data Fields | |
char * | t |
char * | re |
char * | enc |
regex_t * | preg |
regmatch_t * | pmatch |
regmatch_t * | match |
int | nmatch |
int | usematch |
int | bDone |
unsigned int | pos |
unsigned int | mpos_b |
unsigned int | mpos_e |
|
If true, then no more matches possible for this RE. |
|
The regex string, encoded for URL. |
|
A pointer to matching term inside of pmatch. &pmatch[usematch]. |
|
The beginning of the match. |
|
The end of the match. |
|
The number of matches to return. This value must be at least one. A zero value means preg not valid. |
|
The return match. |
|
The position the reg started at. |
|
The compiled RE. |
|
The regex string. |
|
The term or phrase. |
|
The sub match to use. |