Main Page | Modules | Class List | Directories | File List | Class Members | File Members | Related Pages

pcreposix.h File Reference

#include <stdlib.h>

Go to the source code of this file.

Defines

#define REG_ICASE   0x01
#define REG_NEWLINE   0x02
#define REG_NOTBOL   0x04
#define REG_NOTEOL   0x08
#define REG_EXTENDED   0
#define REG_NOSUB   0

Typedefs

typedef int regoff_t

Enumerations

enum  {
  REG_ASSERT = 1, REG_BADBR, REG_BADPAT, REG_BADRPT,
  REG_EBRACE, REG_EBRACK, REG_ECOLLATE, REG_ECTYPE,
  REG_EESCAPE, REG_EMPTY, REG_EPAREN, REG_ERANGE,
  REG_ESIZE, REG_ESPACE, REG_ESUBREG, REG_INVARG,
  REG_NOMATCH
}

Functions

int regcomp (regex_t *, const char *, int)
int regexec (const regex_t *, const char *, size_t, regmatch_t *, int)
size_t regerror (int, const regex_t *, char *, size_t)
void regfree (regex_t *)


Define Documentation

#define REG_EXTENDED   0
 

Definition at line 34 of file pcreposix.h.

#define REG_ICASE   0x01
 

Definition at line 26 of file pcreposix.h.

#define REG_NEWLINE   0x02
 

Definition at line 27 of file pcreposix.h.

#define REG_NOSUB   0
 

Definition at line 35 of file pcreposix.h.

#define REG_NOTBOL   0x04
 

Definition at line 28 of file pcreposix.h.

#define REG_NOTEOL   0x08
 

Definition at line 29 of file pcreposix.h.


Typedef Documentation

typedef int regoff_t
 

Definition at line 70 of file pcreposix.h.


Enumeration Type Documentation

anonymous enum
 

Enumeration values:
REG_ASSERT 
REG_BADBR 
REG_BADPAT 
REG_BADRPT 
REG_EBRACE 
REG_EBRACK 
REG_ECOLLATE 
REG_ECTYPE 
REG_EESCAPE 
REG_EMPTY 
REG_EPAREN 
REG_ERANGE 
REG_ESIZE 
REG_ESPACE 
REG_ESUBREG 
REG_INVARG 
REG_NOMATCH 

Definition at line 39 of file pcreposix.h.


Function Documentation

int regcomp regex_t ,
const char *  ,
int 
 

size_t regerror int  ,
const regex_t ,
char *  ,
size_t 
 

int regexec const regex_t ,
const char *  ,
size_t  ,
regmatch_t ,
int 
 

void regfree regex_t  ) 
 


Generated on Sun May 14 14:51:29 2006 by  doxygen 1.4.2