Edinburgh Speech Tools  2.1-release
regexp.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  hs_regexp
 

Macros

#define NSUBEXP   10
 

Functions

hs_regexphs_regcomp (const char *)
 
int hs_regexec (const hs_regexp *, const char *)
 
void hs_regsub (const hs_regexp *, const char *, char *)
 
void hs_regerror (const char *)
 

Macro Definition Documentation

#define NSUBEXP   10

Definition at line 49 of file regexp.h.

Function Documentation

hs_regexp* hs_regcomp ( const char *  )

Definition at line 203 of file regexp.cc.

int hs_regexec ( const hs_regexp ,
const char *   
)

Definition at line 776 of file regexp.cc.

void hs_regsub ( const hs_regexp ,
const char *  ,
char *   
)
void hs_regerror ( const char *  )