Searched defs:re_pattern_buffer (Results 1 – 2 of 2) sorted by relevance
23 #define re_pattern_buffer repatbuf macro176 struct re_pattern_buffer struct178 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
28 #define re_pattern_buffer repatbuf macro