Home | History | Annotate | Download | only in libiberty

Lines Matching defs:re_compile_fastmap

86 #  define re_compile_fastmap(bufp) __re_compile_fastmap (bufp)
1421 /* Failure stack declarations and macros; both re_compile_fastmap and
3930 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.
4557 PREFIX(re_compile_fastmap) (struct re_pattern_buffer *bufp)
4876 re_compile_fastmap (struct re_pattern_buffer *bufp)
4884 } /* re_compile_fastmap */
4886 weak_alias (__re_compile_fastmap, re_compile_fastmap)
5085 if (re_compile_fastmap (bufp) == -2)
7997 if (re_compile_fastmap (preg) == -2)