Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

pcreposix.h File Reference

#include <stdlib.h>

Include dependency graph for pcreposix.h:

Go to the source code of this file.

Classes

struct  regex_t
struct  regmatch_t

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 63 of file pcreposix.h.

#define REG_ICASE   0x01
 

Definition at line 55 of file pcreposix.h.

#define REG_NEWLINE   0x02
 

Definition at line 56 of file pcreposix.h.

#define REG_NOSUB   0
 

Definition at line 64 of file pcreposix.h.

#define REG_NOTBOL   0x04
 

Definition at line 57 of file pcreposix.h.

#define REG_NOTEOL   0x08
 

Definition at line 58 of file pcreposix.h.


Typedef Documentation

typedef int regoff_t
 

Definition at line 99 of file pcreposix.h.


Enumeration Type Documentation

anonymous enum
 

Enumerator:
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 68 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 Wed Sep 7 10:05:02 2005 for Crazy Eddies GUI System by  doxygen 1.4.3