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

/openbsd-current/gnu/lib/libiberty/include/
H A Dxregex.h18 # define re_compile_fastmap xre_compile_fastmap macro
H A Dxregex2.h368 this absolutely perfectly; see `re_compile_fastmap' (the
382 by `re_compile_fastmap' if it updates the fastmap. */
459 extern int re_compile_fastmap (struct re_pattern_buffer *buffer);
/openbsd-current/gnu/gcc/include/
H A Dxregex.h18 # define re_compile_fastmap xre_compile_fastmap macro
H A Dxregex2.h368 this absolutely perfectly; see `re_compile_fastmap' (the
382 by `re_compile_fastmap' if it updates the fastmap. */
459 extern int re_compile_fastmap (struct re_pattern_buffer *buffer);
/openbsd-current/gnu/usr.bin/binutils/include/
H A Dxregex.h18 # define re_compile_fastmap xre_compile_fastmap macro
H A Dxregex2.h365 this absolutely perfectly; see `re_compile_fastmap' (the
379 by `re_compile_fastmap' if it updates the fastmap. */
467 extern int re_compile_fastmap _RE_ARGS ((struct re_pattern_buffer *buffer));
/openbsd-current/gnu/usr.bin/binutils-2.17/include/
H A Dxregex.h18 # define re_compile_fastmap xre_compile_fastmap macro
H A Dxregex2.h368 this absolutely perfectly; see `re_compile_fastmap' (the
382 by `re_compile_fastmap' if it updates the fastmap. */
459 extern int re_compile_fastmap (struct re_pattern_buffer *buffer);
/openbsd-current/gnu/usr.bin/cvs/lib/
H A Dregex.h333 this absolutely perfectly; see `re_compile_fastmap' (the
347 by `re_compile_fastmap' if it updates the fastmap. */
439 extern int re_compile_fastmap _RE_ARGS ((struct re_pattern_buffer *buffer));
H A Dregex.c1133 /* Failure stack declarations and macros; both re_compile_fastmap and
2744 because `re_compile_fastmap' needs to know.
3177 /* re_compile_fastmap computes a ``fastmap'' for the compiled pattern in
3191 re_compile_fastmap (bufp)
3634 } /* re_compile_fastmap */
3773 if (re_compile_fastmap (bufp) == -2)
3175 re_compile_fastmap (bufp) function
/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/
H A Dgnu-regex.h360 this absolutely perfectly; see `re_compile_fastmap' (the
374 by `re_compile_fastmap' if it updates the fastmap. */
467 extern int re_compile_fastmap _RE_ARGS ((struct re_pattern_buffer *buffer));
H A Dgnu-regex.c1017 /* Failure stack declarations and macros; both re_compile_fastmap and
2600 because `re_compile_fastmap' needs to know.
3072 /* re_compile_fastmap computes a ``fastmap'' for the compiled pattern in
3086 re_compile_fastmap (bufp)
3373 } /* re_compile_fastmap */
3375 weak_alias (__re_compile_fastmap, re_compile_fastmap)
3510 if (re_compile_fastmap (bufp) == -2)
5619 if (re_compile_fastmap (preg) == -2)
3071 re_compile_fastmap (bufp) function
/openbsd-current/gnu/lib/libiberty/src/
H A Dregex.c84 # define re_compile_fastmap(bufp) __re_compile_fastmap (bufp) macro
1419 /* Failure stack declarations and macros; both re_compile_fastmap and
3928 because `re_compile_fastmap' needs to know.
4520 /* re_compile_fastmap computes a ``fastmap'' for the compiled pattern in
4534 /* local function for re_compile_fastmap.
4555 PREFIX(re_compile_fastmap) (struct re_pattern_buffer *bufp)
4874 re_compile_fastmap (struct re_pattern_buffer *bufp)
4882 } /* re_compile_fastmap */
4884 weak_alias (__re_compile_fastmap, re_compile_fastmap)
5083 if (re_compile_fastmap (buf
4541 PREFIX(re_compile_fastmap) (struct re_pattern_buffer *bufp) function
4860 re_compile_fastmap (struct re_pattern_buffer *bufp) function
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/cli/
H A Dcli-cmds.c980 re_compile_fastmap(&pattern);
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dmonitor.c722 re_compile_fastmap (compiled_pattern);

Completed in 295 milliseconds