Functions | |
unsigned int | GIB_Regex_Apply_Match (regmatch_t match[10], dstring_t *dstr, unsigned int ofs, const char *replace) |
regex_t * | GIB_Regex_Compile (const char *regex, int cflags) |
const char * | GIB_Regex_Error (void) |
void | GIB_Regex_Init (void) |
int | GIB_Regex_Translate_Options (const char *opstr) |
int | GIB_Regex_Translate_Runtime_Options (const char *opstr) |
Variables | |
hashtab_t * | gib_regexs |
unsigned int GIB_Regex_Apply_Match | ( | regmatch_t | match[10], |
dstring_t * | dstr, | ||
unsigned int | ofs, | ||
const char * | replace | ||
) |
const char* GIB_Regex_Error | ( | void | ) |
void GIB_Regex_Init | ( | void | ) |
hashtab_t* gib_regexs |