Lines Matching defs:re_compile_fastmap
69 # define re_compile_fastmap(bufp) __re_compile_fastmap (bufp)
1424 /* Failure stack declarations and macros; both re_compile_fastmap and
3929 because `re_compile_fastmap' needs to know.
4522 /* re_compile_fastmap computes a ``fastmap'' for the compiled pattern in
4536 /* local function for re_compile_fastmap.
4552 PREFIX(re_compile_fastmap) (struct re_pattern_buffer *bufp)
4871 re_compile_fastmap (struct re_pattern_buffer *bufp)
4879 } /* re_compile_fastmap */
4881 weak_alias (__re_compile_fastmap, re_compile_fastmap)
5088 if (re_compile_fastmap (bufp) == -2)
8087 if (re_compile_fastmap (preg) == -2)