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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dregex.h370 this absolutely perfectly; see `re_compile_fastmap' (the
384 by `re_compile_fastmap' if it updates the fastmap. */
455 extern int re_compile_fastmap (struct re_pattern_buffer *buffer);
H A Dregex.c68 # define re_compile_fastmap(bufp) __re_compile_fastmap (bufp) macro
1423 /* Failure stack declarations and macros; both re_compile_fastmap and
3928 because `re_compile_fastmap' needs to know.
4521 /* re_compile_fastmap computes a ``fastmap'' for the compiled pattern in
4535 /* local function for re_compile_fastmap.
4551 PREFIX(re_compile_fastmap) (struct re_pattern_buffer *bufp)
4870 re_compile_fastmap (struct re_pattern_buffer *bufp)
4878 } /* re_compile_fastmap */
4880 weak_alias (__re_compile_fastmap, re_compile_fastmap)
5087 if (re_compile_fastmap (buf
4537 PREFIX(re_compile_fastmap) (struct re_pattern_buffer *bufp) function
4856 re_compile_fastmap (struct re_pattern_buffer *bufp) function
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/lib/
H A Dregex-gnu.h360 this absolutely perfectly; see `re_compile_fastmap' (the
374 by `re_compile_fastmap' if it updates the fastmap. */
462 extern int re_compile_fastmap _RE_ARGS ((struct re_pattern_buffer *buffer));
H A Dregex.c79 # define re_compile_fastmap(bufp) __re_compile_fastmap (bufp) macro
1138 /* Failure stack declarations and macros; both re_compile_fastmap and
2721 because `re_compile_fastmap' needs to know.
3193 /* re_compile_fastmap computes a ``fastmap'' for the compiled pattern in
3207 re_compile_fastmap (bufp)
3494 } /* re_compile_fastmap */
3496 weak_alias (__re_compile_fastmap, re_compile_fastmap)
3635 if (re_compile_fastmap (bufp) == -2)
5746 if (re_compile_fastmap (preg) == -2)
3192 re_compile_fastmap (bufp) function

Completed in 131 milliseconds