QuakeForge  0.7.2.210-815cf
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
gib_regex.h File Reference
This graph shows which files directly or indirectly include this file:

Data Structures

struct  gib_regex_s
 

Typedefs

typedef struct gib_regex_s gib_regex_t
 

Functions

unsigned int GIB_Regex_Apply_Match (regmatch_t match[10], dstring_t *dstr, unsigned int ofs, const char *replace)
 
regex_tGIB_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)
 

Typedef Documentation

typedef struct gib_regex_s gib_regex_t

Function Documentation

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)