ftwin 0.8.10
|
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). | |
Represents a single compiled ignore pattern.
Definition at line 36 of file ft_ignore.h.