Lines Matching defs:re_compile_fastmap
89 # define re_compile_fastmap(bufp) __re_compile_fastmap (bufp)
1424 /* Failure stack declarations and macros; both re_compile_fastmap and
3934 because `re_compile_fastmap' needs to know.
4526 /* re_compile_fastmap computes a ``fastmap'' for the compiled pattern in
4540 /* local function for re_compile_fastmap.
4561 PREFIX(re_compile_fastmap) (struct re_pattern_buffer *bufp)
4880 re_compile_fastmap (struct re_pattern_buffer *bufp)
4888 } /* re_compile_fastmap */
4890 weak_alias (__re_compile_fastmap, re_compile_fastmap)
5089 if (re_compile_fastmap (bufp) == -2)
8004 if (re_compile_fastmap (preg) == -2)