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

/freebsd-11-stable/contrib/gcclibs/include/
H A Dxregex2.h383 unsigned fastmap_accurate : 1;
380 unsigned fastmap_accurate : 1; member in struct:re_pattern_buffer
/freebsd-11-stable/contrib/binutils/include/
H A Dxregex2.h383 unsigned fastmap_accurate : 1;
380 unsigned fastmap_accurate : 1; member in struct:re_pattern_buffer
/freebsd-11-stable/contrib/libgnuregex/
H A Dregex.h410 unsigned __REPB_PREFIX(fastmap_accurate) : 1;
H A Dregcomp.c283 bufp->fastmap_accurate = 1;
445 `fastmap_accurate' to zero;
742 preg->fastmap_accurate = 0;
H A Dregexec.c434 if (range > 0 && bufp->fastmap != NULL && !bufp->fastmap_accurate)
650 char *fastmap = (preg->fastmap != NULL && preg->fastmap_accurate
/freebsd-11-stable/contrib/gdb/include/
H A Dxregex2.h380 unsigned fastmap_accurate : 1;
377 unsigned fastmap_accurate : 1; member in struct:re_pattern_buffer
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dregex.c1155 if (bufp->fastmap_accurate && bufp->fastmap)
2278 `fastmap_accurate' is zero;
2414 bufp->fastmap_accurate = 0;
4528 We set the `fastmap', `fastmap_accurate', and `can_be_null' fields in
4597 bufp->fastmap_accurate = 1; /* It will be when we're done. */
5082 if (fastmap && !bufp->fastmap_accurate)
7906 `fastmap_accurate' to zero;
8142 preg->fastmap_accurate = 0;
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dregex.c1155 if (bufp->fastmap_accurate && bufp->fastmap)
2278 `fastmap_accurate' is zero;
2414 bufp->fastmap_accurate = 0;
4528 We set the `fastmap', `fastmap_accurate', and `can_be_null' fields in
4597 bufp->fastmap_accurate = 1; /* It will be when we're done. */
5082 if (fastmap && !bufp->fastmap_accurate)
7906 `fastmap_accurate' to zero;
8142 preg->fastmap_accurate = 0;

Completed in 204 milliseconds