Home
last modified time | relevance | path

Searched defs:_ferite_regex (Results 1 – 1 of 1) sorted by relevance

/dports/lang/ferite/ferite-1.0.2/include/ferite/
H A Dfstructs.h397 struct _ferite_regex struct
399 char *pattern; /* original string pattern */
400 int pcre_options; /* pcre options */
401 int fergx_options; /* regex options we have to implement */
402 void *compiled_re; /* compiled regex */
403 char *compile_buf; /* the actual buffer to compile */
404 char *swap_buf; /* string to swap with */
405 void *extra_info; /* extra information */