ftwin 0.8.10
ft_ignore_pattern_t Struct Reference

Represents a single compiled ignore pattern. More...

#include <ft_ignore.h>

Data Fields

pcre * regex
 The compiled PCRE pattern.
 
const char * pattern_str
 The original, uncompiled pattern string for debugging.
 
unsigned int flags
 Flags for the pattern (e.g., FT_IGNORE_NEGATE).
 

Detailed Description

Represents a single compiled ignore pattern.

Definition at line 36 of file ft_ignore.h.


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