Jpp test-rotations-old
the software that should make you happy
Loading...
Searching...
No Matches
regex_t Struct Reference

#include <regex.h>

Public Attributes

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

Detailed Description

Definition at line 278 of file regex.h.

Member Data Documentation

◆ buffer

unsigned char* regex_t::buffer

Definition at line 284 of file regex.h.

◆ allocated

unsigned long regex_t::allocated

Definition at line 287 of file regex.h.

◆ used

unsigned long regex_t::used

Definition at line 290 of file regex.h.

◆ syntax

reg_syntax_t regex_t::syntax

Definition at line 293 of file regex.h.

◆ fastmap

char* regex_t::fastmap

Definition at line 298 of file regex.h.

◆ translate

char* regex_t::translate

Definition at line 304 of file regex.h.

◆ re_nsub

size_t regex_t::re_nsub

Definition at line 307 of file regex.h.

◆ can_be_null

unsigned regex_t::can_be_null

Definition at line 314 of file regex.h.

◆ regs_allocated

unsigned regex_t::regs_allocated

Definition at line 323 of file regex.h.

◆ fastmap_accurate

unsigned regex_t::fastmap_accurate

Definition at line 327 of file regex.h.

◆ no_sub

unsigned regex_t::no_sub

Definition at line 331 of file regex.h.

◆ not_bol

unsigned regex_t::not_bol

Definition at line 335 of file regex.h.

◆ not_eol

unsigned regex_t::not_eol

Definition at line 338 of file regex.h.

◆ newline_anchor

unsigned regex_t::newline_anchor

Definition at line 341 of file regex.h.


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