Searched refs:re_compile_fastmap (Results 1 - 8 of 8) sorted by relevance

/haiku/src/system/libroot/posix/glibc/regex/
H A Dregex.c50 # define re_compile_fastmap(bufp) __re_compile_fastmap (bufp) macro
H A Dregcomp.c271 re_compile_fastmap (bufp)
289 weak_alias (__re_compile_fastmap, re_compile_fastmap)
301 /* Helper function for re_compile_fastmap.
515 (void) re_compile_fastmap (preg);
H A Dregexec.c439 re_compile_fastmap (bufp);
/haiku/src/build/libgnuregex/
H A Dregex.h315 this absolutely perfectly; see `re_compile_fastmap' (the
329 by `re_compile_fastmap' if it updates the fastmap. */
424 extern int re_compile_fastmap _RE_ARGS ((struct re_pattern_buffer *buffer));
H A Dregex.c1840 because `re_compile_fastmap' needs to know.
2249 /* Failure stack declarations and macros; both re_compile_fastmap and
2524 /* re_compile_fastmap computes a ``fastmap'' for the compiled pattern in
2538 re_compile_fastmap (bufp)
2807 } /* re_compile_fastmap */
2923 if (re_compile_fastmap (bufp) == -2)
2526 re_compile_fastmap (bufp) function
/haiku/headers/posix/
H A Dregex.h382 perfectly; see `re_compile_fastmap' (the `duplicate' case). */
397 by `re_compile_fastmap' if it updates the fastmap. */
469 extern int re_compile_fastmap (struct re_pattern_buffer *__buffer);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2308 void re_compile_fastmap() {} function
H A Dlibroot_stubs_legacy.c2287 void re_compile_fastmap() {} function

Completed in 258 milliseconds