Home
last modified time | relevance | path

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

/csrg-svn/contrib/libg++-2.3/libg++/src/
H A Dregex.h23 #define re_pattern_buffer repatbuf macro
176 struct re_pattern_buffer struct
178 char *buffer; /* Space holding the compiled pattern commands. */
179 long allocated; /* Size of space that `buffer' points to. */
180 long used; /* Length of portion of buffer actually occupied */
181 char *fastmap; /* Pointer to fastmap, if any, or zero if none. */
184 char *translate; /* Translate table to apply to all characters before
188 char fastmap_accurate;
191 char can_be_null; /* Set to one by compiling fastmap
H A DRegex.h28 #define re_pattern_buffer repatbuf macro