The SWORD Project  1.9.0.svnversion
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
re_pattern_buffer Struct Reference

#include <regex.h>

+ Collaboration diagram for re_pattern_buffer:

Public Attributes

unsigned long int allocated
 
unsigned char * buffer
 
unsigned can_be_null: 1
 
char * fastmap
 
unsigned fastmap_accurate: 1
 
unsigned newline_anchor: 1
 
unsigned no_sub: 1
 
unsigned not_bol: 1
 
unsigned not_eol: 1
 
size_t re_nsub
 
unsigned regs_allocated: 2
 
reg_syntax_t syntax
 
RE_TRANSLATE_TYPE translate
 
unsigned long int used
 

Detailed Description

Definition at line 328 of file regex.h.

Member Data Documentation

unsigned long int re_pattern_buffer::allocated

Definition at line 337 of file regex.h.

unsigned char* re_pattern_buffer::buffer

Definition at line 334 of file regex.h.

unsigned re_pattern_buffer::can_be_null

Definition at line 364 of file regex.h.

char* re_pattern_buffer::fastmap

Definition at line 348 of file regex.h.

unsigned re_pattern_buffer::fastmap_accurate

Definition at line 377 of file regex.h.

unsigned re_pattern_buffer::newline_anchor

Definition at line 391 of file regex.h.

unsigned re_pattern_buffer::no_sub

Definition at line 381 of file regex.h.

unsigned re_pattern_buffer::not_bol

Definition at line 385 of file regex.h.

unsigned re_pattern_buffer::not_eol

Definition at line 388 of file regex.h.

size_t re_pattern_buffer::re_nsub

Definition at line 357 of file regex.h.

unsigned re_pattern_buffer::regs_allocated

Definition at line 373 of file regex.h.

reg_syntax_t re_pattern_buffer::syntax

Definition at line 343 of file regex.h.

RE_TRANSLATE_TYPE re_pattern_buffer::translate

Definition at line 354 of file regex.h.

unsigned long int re_pattern_buffer::used

Definition at line 340 of file regex.h.


The documentation for this struct was generated from the following file: